Define a matrix A of dimension 2*4 whose (i , j) entry is A(i , j)=i+j
古いコメントを表示
matrix creating problem how to use loops n matlab
2 件のコメント
the cyclist
2015 年 12 月 1 日
Thorsten
2015 年 12 月 1 日
Is this homework? What have you tried so far?
回答 (1 件)
PChoppala
2015 年 12 月 2 日
[P1,P2]=meshgrid(1:4,1:2)
result=P1+P2
カテゴリ
ヘルプ センター および File Exchange で 2-D and 3-D Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!