how to make a row for an iteration?

1 vue (au cours des 30 derniers jours)
SITI AISHAH
SITI AISHAH le 14 Juil 2019
Hi guys ! Help me with this please. How to array the row without repeating 'Table for iteration' and 'Tf .....T_average'?
1.png

Réponses (1)

Le Vu Bao
Le Vu Bao le 14 Juil 2019
Just simply add an indexed variable to store all your result to variable
for i=1:n
% Store variable (i)= processed/function...
I(i,1)=i
I(i,2)=i*2
end

Catégories

En savoir plus sur Matrices and Arrays dans Help Center et File Exchange

Produits


Version

R2016a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by