Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How to get output in edit box of for loop in matlab gui?

1 Ansicht (letzte 30 Tage)
HEMANGI NALE
HEMANGI NALE am 25 Apr. 2019
Geschlossen: Walter Roberson am 25 Apr. 2019
im = imread('image5.jpg');
bw= im2bw(im,0.7);
label=bwlabel(bw);
stats=regionprops(label,'Solidity','Area');
density=[stats.Solidity];
area=[stats.Area];
high_dense_area=density>0.8;
max_area=max(area(high_dense_area));
a = max_area
if (100<a<250)
fprintf('stage 1a');
else
fprintf('stage0');
end
  1 Kommentar
Walter Roberson
Walter Roberson am 25 Apr. 2019
https://www.mathworks.com/matlabcentral/answers/458428-how-to-get-output-of-for-loop-in-edit-box-for-matlab-gui is more complete question

Antworten (0)

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by