フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

GUI issue : How to show two images in two axes based on two list boxes

1 回表示 (過去 30 日間)
Tania
Tania 2015 年 9 月 17 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi everyone, I am using 2 list boxes in GUI. Each list box contains a set of images. I want to compare two list boxes based on their index values and then by pressing on an image of a list box (say list box1) I want to see the images in two different axes from 2 list boxes (image for axes one from listbox1 and image for axes2 from listbox2).

回答 (1 件)

Joseph Cheng
Joseph Cheng 2015 年 9 月 17 日
I do not think i understand the problem clearly but first thing comes to mind is that axes do not have a 'string' property.
%example:
figure,
h=axes;
set(h,'string','test')
you may want to not use axes1 and axes2 and change the items into static texts or edit boxes.

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by