How to display a scrollable grid of images in matlab GUI

前端 未结 2 1541
北荒
北荒 2021-02-09 13:47

How can i display a scrollable grid of images in matlab GUI?

I want something similar to what is shown below

相关标签:
2条回答
  • 2021-02-09 14:27

    You can use this tool. In the gui, you should be able to scroll through. But to have title below every image you might have to edit the tool.

    Sample output: a grid of images http://www.mathworks.in/matlabcentral/fx_files/22387/12/imdisp.jpg

    0 讨论(0)
  • 2021-02-09 14:36

    The answer is here:

    How can I use scrollbars in MATLAB figure windows when viewing large GUIs?

    -> Note: This is a workaround, scrollbars are not available for Matlab-figures

    I would suggest to use the tool Prashanth presented in his awnswer and combine it, by putting all elements within the panel.

    0 讨论(0)
提交回复
热议问题