Effacer les filtres
Effacer les filtres

Find the maximum value of a set of arrays in a for loop

1 vue (au cours des 30 derniers jours)
Robert Roy
Robert Roy le 17 Mai 2016
Commenté : Robert Roy le 17 Mai 2016
Hi there, Ive currently got this code and what I am wanting to do is tak the maximum possible value of Tresult, doenst matter what loop it is in? I am jsut wonbdering if anyone can help
if true
for j=j1:j2;
for l=l1:l2;
Cr1=[x_start y_start+(l*(y2/Res)) x/Res y2/Res];
Cr = imcrop(YourData, Cr1);
Tresult(:,j)=mean(Cr).';
end
end end

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 17 Mai 2016
unique(Tresult)
  1 commentaire
Robert Roy
Robert Roy le 17 Mai 2016
Thanks but is there anyway I can implement it as part of the loop to make sure that its the largest value of all the values, not just at the end of the loop?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by