how to fill a matrix?
古いコメントを表示
Hi everyone. I'm trying to make code in which every time I run the code I have different values of X, and I what to save them in a matrix that changes size.
med = 8 (this value changes)
X = 2 (this value changes)
VecVal = zeros(1,med)
5 件のコメント
darova
2019 年 10 月 8 日
Can you please describe the process? Can you be more precise?
Laura Echeverri Zea
2019 年 10 月 8 日
編集済み: Image Analyst
2019 年 10 月 8 日
Image Analyst
2019 年 10 月 8 日
So? What's wrong with that?
darova
2019 年 10 月 8 日
Exactly. Im curious
Laura Echeverri Zea
2019 年 10 月 8 日
採用された回答
その他の回答 (1 件)
カテゴリ
ヘルプ センター および File Exchange で Matrix Indexing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!