フィルターのクリア

loading files to show in GUI axes

1 回表示 (過去 30 日間)
joanna
joanna 2012 年 9 月 3 日
コメント済み: Anjali Chandak 2020 年 6 月 23 日
[Merged information from duplicate question]
i used these codes hat i've got from the web to load files one at each time upon clicking the push button. but how do i load them by selecting 4 files and load them simultaneously in the GUI axes.
[nombre dire]=uigetfile('*.jpg','Load');
if nombre == 0
return
end
imagen=imread(fullfile(dire,nombre));
axes(handles.axes2)
imshow(imagen)
handles.img=imagen;
guidata(hObject, handles);

回答 (1 件)

Jan
Jan 2012 年 9 月 3 日
編集済み: Jan 2012 年 9 月 3 日
Your code does not include any command to display the loaded data. Then it is expected, that the data are not displayed.
Please explain the format of the file and the wanted type of display, e.g. it matters if the file has a MAT-format and you want to draw some contained data as diagram, or if you want to import a JPEG and display it as image.
  2 件のコメント
Anjali Chandak
Anjali Chandak 2020 年 6 月 23 日
I have one query about the how to display the loaded data in gui using Matlab .and we already load the .mat file but I want to display the values in that .mat file. Your answer will help me in my project coding. Thank you
Anjali Chandak
Anjali Chandak 2020 年 6 月 23 日
Which command I needy to use for display the loaded data

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeInteractive Control and Callbacks についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by