Putting specific values to a matrix
显示 更早的评论
Hi ,
I'm having following problem. I have 3 numberx 1,2,3
I've to form a matrix with entries with all possible of numbers using all digits only once.
Thanks.
回答(1 个)
values = [1 2 3];
perms(values)
类别
在 帮助中心 和 File Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!