how to construct the 10x10 matrix
3 ビュー (過去 30 日間)
古いコメントを表示
asram eluru
2014 年 3 月 26 日
コメント済み: asram eluru
2014 年 3 月 26 日
if I am using the comand of 1:1:10 is giving [1 2 3 4 5 6 7 8 9 10] this is 1x10 matrix but I want 10 rows in the matrix and the values in each rows must be same given above.please help me is there any comand for constructing the 10x10 matrix
0 件のコメント
採用された回答
Salaheddin Hosseinzadeh
2014 年 3 月 26 日
Hi
for this specific case is very easy, for other cases a little adjustment might be needed.
x=meshgrid(1:10);
Good Luck!
その他の回答 (0 件)
参考
カテゴリ
Help Center および 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!