Recent content by jaclyn89

  1. J

    MATLAB Solving MATLAB For/If-Else loop Problem

    thank you for ur reply:) there is no error. if i add disp(aveg(k),the output is show in workplace but not my gui listbox. my problem not the display output problem. my problem is if the last images that loaded from folder is not my expected output, then it will continue to else statement even...
  2. J

    MATLAB Solving MATLAB For/If-Else loop Problem

    hi, i am facing some problem in my for loop or ifesle statement in matlab. i used a for loop to load the images from a folder, after the images loaded, it will gone through some calculation to get the average. if the images average <=10, then i want to display the images name in a listbox. let...
  3. J

    Why Does My Listbox Output Keep Replacing the Previous One in Matlab?

    hi, i am facing some problem when i want to display several output in a listbox. i have a for loop to load the images from a folder, after the images loaded, it will gone through some calculation to get the average. if the images average <=10, then i want to display the images name in a...
Back
Top