How to show images in a GUI table

3 次查看(过去 30 天)
Hello,
I am trying to run a GUI that will load an excel file into a uitable. I want some of the cells of that tables to show images, or at least perhaps a thumbnail to the image. Is this possible?

回答(1 个)

Walter Roberson
Walter Roberson 2017-7-9
My experiences suggest that you probably will not be happy with the results, as you cannot control the cell sizes the way you might hope. The cell size that will be automatically chosen will depend upon the size of the URL string, not the size of the image being inserted.
You could probably do better using the Java level; http://undocumentedmatlab.com has some articles about uitable and java.
  2 个评论
fareed jamaluddin
if i need to display an imcrop of image into the uitable do i need to imwrite it first as .png file first then display it using the html method?
Walter Roberson
Walter Roberson 2018-6-6
It probably does not need to be png specifically, but png is known to work. It could probably be jpg or bmp . Possibly not tiff though.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by