Effacer les filtres
Effacer les filtres

Loop For & save result

1 vue (au cours des 30 derniers jours)
Marwen Tarhouni
Marwen Tarhouni le 30 Déc 2016
Commenté : Image Analyst le 30 Déc 2016
Hello,
I want to run an algorithm 50 times using the for loop. I want to save the results after each iteration ie
-for i = 1 save result
-for i = 2 save result
:
:
-for i = 50 save result
For
Algorithme
end
do you have an idea

Réponse acceptée

Ahmed raafat
Ahmed raafat le 30 Déc 2016
for i=1:50
result(i)= %if equation
result{i}= % if strings
end
  2 commentaires
Marwen Tarhouni
Marwen Tarhouni le 30 Déc 2016
result(i)=all algorithme
The execution of this algorithm shows me several matrices
I find the last matrix (fori=50) only in the workspace
Image Analyst
Image Analyst le 30 Déc 2016
You accepted this so it's all working right? Or not? I can't tell.
Please attach your m-file with the paper clip icon if you still need help.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by