formal initialisation of matrix
古いコメントを表示
Hi,
I would like to know if it's possible to create a matrix A by giving the value of every coefficient A(i,j). Something like that :
A(i,j) = i+j
I would like to do this directly when the matrix is created, not using the double for i, for j.
Thankyou for your answer,
採用された回答
その他の回答 (4 件)
Titus Edelhofer
2014 年 4 月 9 日
0 投票
Hi Julien,
often you can use the function meshgrid for this...
Titus
lvn
2014 年 4 月 9 日
0 投票
Three alternative solutions posted here:
カテゴリ
ヘルプ センター および 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!