how to initiate a table in matlab
1 回表示 (過去 30 日間)
古いコメントを表示
I want to initiate a table that i will later add names and numbers in it.
The table will be an array of 12x7
thanks.
0 件のコメント
回答 (2 件)
siddhesh rane
2013 年 7 月 15 日
A = rand(12,7) use this it will generate 12x7 table with random values in it
or you can use zeros(12,7)..if you want to initiate all values with 0
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Tables についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!