HELP for Error in gui_mainfcn(sui_State, varargin {:})

1 次查看(过去 30 天)
how to generate a .fig file because I only have a .m file ?

回答(1 个)

Rik
Rik 2020-5-23
You have a problem if you don't have the fig file of a GUIDE GUI. You need both the m file and the fig file. This is one of the many downsides of GUIDE.
(it is possible to generate the code that creates a figure, but thus is not often done)
  3 个评论
Rik
Rik 2020-5-23
There are two ways to fix this:
  1. get the fig file from the person who created the GUI
  2. recreate the figure from scratch
Next time I would suggest not using GUIDE.

请先登录,再进行评论。

类别

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