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!