Is it possible to call a live script matlab file from another one?

31 visualizaciones (últimos 30 días)
Is it possible to call a live script matlab file from another one? Thank you.

Respuesta aceptada

mizuki
mizuki el 26 de Mzo. de 2017
Do you mean by another MATLAB file? If so, yes. If the live script name is livescript.mlx, call it from .m file like
>> livescript
  3 comentarios
mizuki
mizuki el 27 de Mzo. de 2017
Yes, it is possible (at least on R2017a).
Attached test_live2.mlx calls another file, test_live1.mlx, which loads the variable a and b, not defined in test_live2.mlx.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by