Saving structure data type in Simulink

11 visualizaciones (últimos 30 días)
Nishant Kumar
Nishant Kumar el 29 de Mzo. de 2020
Respondida: Dhananjay Kumar el 31 de Mzo. de 2020
I have a MATLAB Function block from which I need to save 10 variables to a file. Every variable has different size. I thought of taking advantage of structure data types. But not been able to save the structure with help of 'To File' block. Moreover, 'save()' function also can't be used in the matlab function block.
Is there any other way I can do that.
Or any way to store all 10 variables in same .mat file.
  3 comentarios
Dhananjay Kumar
Dhananjay Kumar el 31 de Mzo. de 2020
Editada: Dhananjay Kumar el 31 de Mzo. de 2020
You want to save the structure or overwrite it?
Nishant Kumar
Nishant Kumar el 31 de Mzo. de 2020
Any method would do but I would like to overwrite it.

Iniciar sesión para comentar.

Respuestas (1)

Dhananjay Kumar
Dhananjay Kumar el 31 de Mzo. de 2020
Try one of these:
2) Export Workspace Variables through model explorer
3) assignin function
4) evalin function

Categorías

Más información sobre Simulink Functions en Help Center y File Exchange.

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by