Community Profile

photo

HEMANGI NALE


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


how to get output of for loop in edit box for matlab gui?
i am building gui where in one call back im using for loop and whenever i run it ,i get output in command window. instead of thi...

5 years ago | 0 answers | 0

0

answers

Question


How to get output in edit box of for loop in matlab gui?
im = imread('image5.jpg'); bw= im2bw(im,0.7); label=bwlabel(bw); stats=regionprops(label,'Solidity','Area'); d...

5 years ago | 0 answers | 0

0

answers

Question


how to display value in edit box matlab gui taken from workspace?
while calculting my final output in gui i want to display one value that i get in workspace into edit box after clicking push b...

5 years ago | 0 answers | 0

0

answers

Question


How to pass image from one push button to another ?
i want to use image output of one pushbutton as input to fuction of another pushbutton. how should i pass the image within gui??...

5 years ago | 1 answer | 0

1

answer