How do i add a zeroes in every raws?
1 回表示 (過去 30 日間)
古いコメントを表示
hi
I started studying matlab since last week
I want to make a matrix (3x6)
0 0 1 3 5 7
0 0 4 6 8 10
0 0 9 7 5 3
I know i have to use 1:2:7 4:2:10 9:-2:3
but i don't know how to make 0 0 in this row...
Is there a easy way to create this matrix?
0 件のコメント
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!