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

1 Ansicht (letzte 30 Tage)
Shaggy Zee
Shaggy Zee am 23 Mai 2020
Kommentiert: Shaggy Zee am 23 Mai 2020
how to generate a .fig file because I only have a .m file ?

Antworten (1)

Rik
Rik am 23 Mai 2020
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 Kommentare
Rik
Rik am 23 Mai 2020
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.
Shaggy Zee
Shaggy Zee am 23 Mai 2020
I figured it out. Thank you

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by