Is it possible to call a live script matlab file from another one?
31 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Vahidoo
el 24 de Mzo. de 2017
Comentada: Vahidoo
el 29 de Mzo. de 2017
Is it possible to call a live script matlab file from another one? Thank you.
0 comentarios
Respuesta aceptada
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
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.
Más respuestas (0)
Ver también
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!