photo

renuka


Last seen: 2년 초과 전 2021년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1
  • First Answer
  • First Review

배지 보기

Feeds

보기 기준

질문


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...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 3년 전 | 답변 수: 0 | 0

0

답변

질문


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...

대략 3년 전 | 답변 수: 1 | 0

1

답변

답변 있음
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 ...

대략 3년 전 | 0