How to read data from .m file in GUI?

19 visualizaciones (últimos 30 días)
RJS
RJS el 20 de Nov. de 2021
Respondida: Cris LaPierre el 20 de Nov. de 2021
My GUI would contain one drop-down menu to select the data files. But I don't know how to extract data from m file to GUI
can u help me.
  2 comentarios
Rik
Rik el 20 de Nov. de 2021
Extracting data from an m file is fairly difficult. M files contain code that could create variables when it is run. Are you sure you don't mean mat files?
RJS
RJS el 20 de Nov. de 2021
My M files contain some transfer function , and I want to extract the coefficient's of numerator and denominator.

Iniciar sesión para comentar.

Respuesta aceptada

Cris LaPierre
Cris LaPierre el 20 de Nov. de 2021
See the answer here.
You would have to run the script from the gui. Then the variables it creates would exist in the corresponding callback function workspace.

Más respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by