Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How to include m-file in a mex-file by the S-function builder?

1 Ansicht (letzte 30 Tage)
Martin
Martin am 19 Aug. 2013
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Hi.
I'm trying to make my simulink-application, with a GUI through an s-function, into a standalone executable. The application works fine in simulink/matlab where the s-function block calls an "GUI_sf.m" file that calls the "GUI.m" file/function to open the GUI.
From what I understand, I have to build the s-function in advance using the s-function builder. But when running the simulation after replacing the normal s-function with the builder, the call to "GUI.m" is not made and no GUI appears.
Please advice.
  1 Kommentar
Kaustubha Govind
Kaustubha Govind am 19 Aug. 2013
Are you writing a MATLAB-file S-function or a C-MEX S-function? It's not clear why you want to switch to the S-function Builder (which automatically generates a C-MEX S-function), when you already have a working S-function.

Antworten (0)

Diese Frage ist geschlossen.

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by