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!