(Simulink) Passing a string from the mask to a block

2 visualizaciones (últimos 30 días)
Rouzbeh
Rouzbeh el 21 de Nov. de 2011
Comentada: Fangjun Jiang el 3 de Mayo de 2021
Hi,
I want to read a .mat file but I want to pass the name of the .mat file from the mask (only 1 level higher). I can't figure out how to do this. Any idea?
tnx, Rouzbeh
  2 comentarios
Alon Spinner
Alon Spinner el 2 de Mayo de 2021
Have you figured it out?
Fangjun Jiang
Fangjun Jiang el 3 de Mayo de 2021
Simulink now supports string data type. But if just need to pass the name of the .mat file from mask to inside the masked subsystem, to be used by any callback functions, then use an Edit box to store or enter the file name, in the mask dialog

Iniciar sesión para comentar.

Respuestas (2)

Kaustubha Govind
Kaustubha Govind el 21 de Nov. de 2011
The documentation page Creating a Block Mask explains creation of mask parameters. Please post back if you run into specific issues after following this procedure.

Fangjun Jiang
Fangjun Jiang el 21 de Nov. de 2011
String data type is supported for Simulink blocks, see Simulink->Model-Wide Utilities->Block Support Table. But you can use string for annotation or mask display. How do you plan to use the .mat file name?

Categorías

Más información sobre Author Block Masks en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by