how to fill a matrix?
Afficher commentaires plus anciens
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 commentaires
darova
le 8 Oct 2019
Can you please describe the process? Can you be more precise?
Laura Echeverri Zea
le 8 Oct 2019
Modifié(e) : Image Analyst
le 8 Oct 2019
Image Analyst
le 8 Oct 2019
So? What's wrong with that?
darova
le 8 Oct 2019
Exactly. Im curious
Laura Echeverri Zea
le 8 Oct 2019
Réponse acceptée
Plus de réponses (1)
Laura Echeverri Zea
le 8 Oct 2019
0 votes
Catégories
En savoir plus sur Matrix Indexing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!