basic array with for loop
Mostra commenti meno recenti
I would like to build an array while running a for loop as follows:
for 256:-1:1
...loop generates values like date, mean, std
end
i'd like to build a matrix that follows this format
1, date, mean, std
2, date, mean, std
3, date, mean, std
I know this is pretty basic, thank you for your time and any help you can provide.
1 Commento
Aldin
il 22 Mar 2012
Do like this:
a = {'22-03-2012',22,3;'22-03-2012',22,3;'22-03-2012',22,3}
Risposte (1)
Jan
il 22 Mar 2012
0 voti
Please read the Getting Started chapters to learn the basics of Matlab. Then post what you have tried so far and which problems stopped your work.
Categorie
Scopri di più su Loops and Conditional Statements in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!