How to write a structure variable in m file through another script?

12 visualizaciones (últimos 30 días)
Partha Mitra
Partha Mitra el 28 de Oct. de 2018
Comentada: Stephen23 el 29 de Oct. de 2018
How to write a structure variable in m file through another script? Eg. I want to write a structure like a.b.c in m file through script
  7 comentarios
madhan ravi
madhan ravi el 29 de Oct. de 2018
Post your solution too because it’s interesting
Stephen23
Stephen23 el 29 de Oct. de 2018
"If anyone has a better solution please let me know."
Convert to functions and pass the data as input/output arguments. This is "better" in the sense that it will be faster, will not impede the JIT engine, will be easier to debug, will allow memory management to handle the variables properly, and will be easier to understand. Printing strings in files is meta-programming, which is not recommended.
Functions are what experienced users use to write neat, efficient code. You should use them too.

Iniciar sesión para comentar.

Respuestas (0)

Productos


Versión

R2010b

Community Treasure Hunt

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

Start Hunting!

Translated by