Community Profile

photo

renuka


Last seen: mehr als 2 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Kontakt

Statistiken

  • Thankful Level 1
  • First Answer
  • First Review

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Kindly any one help me regarding MATLAB GUI guide execution of my research work?
I have created MATLAB GUI for my project. I want to display the absolute values of energy in audio on gui and resulting audio gr...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I have created MATLAB GUI for my project. I want to display the absolute values of energy in audio on gui and resulting audio graph also on GUI. But I' getting results on MATLAB command prompt and its displaying separate figures but not on GUI axes?
function pushbutton1_Callback(hObject, eventdata, handles) % hObject handle to pushbutton1 (see GCBO) % eventdata reserved...

fast 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


I wanted to diaplay all images in a folder one by one on the same axes using Matlab GUI. My below code is displaying only first image in the folder? kndly give the solution
handles.output = hObject; filelist=dir(fullfile('E:\desktop\MATLAB\img-seg\CNN\ias1\*.jpg')); handles.filelist = filelist; ha...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to display an image in axes of GUI in the function I added
I wanted to diaplay all images in a folder one by one on the same axes using Matlab GUI. My below code is displaying only first ...

fast 3 Jahre vor | 0