How to Allow User Image Upload on App Designer.

3 次查看(过去 30 天)
Im trying to create an app using the app designer and i would like to give the user the option to upload an image, how can i do that and if possible what would the code for it be.
Please Advise,
Thank You,
  2 个评论
Mohammad Sami
Mohammad Sami 2020-3-31
you can use function uigetfile to open a file selection dialog box.
abdulla alyammahi
It worked perfectly fine, however, in order to be able to read the image, i had to use this code S=imread(uigetfile)
Thank you very much for your feedback

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Develop Apps Using App Designer 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by