Copying logical from one .m to another
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Cside
el 11 de Oct. de 2019
Comentada: Cside
el 12 de Oct. de 2019
Hi,
I have a logical from one .m file that i would like to transfer to another.m file. I have tried copying and pasting, but it does not seem to be valid.
Any advice?
4 comentarios
Walter Roberson
el 11 de Oct. de 2019
Are you sure that it is in the form of commands in a .m file at the moment? And not data that you are displaying to the command window?
Respuesta aceptada
Walter Roberson
el 11 de Oct. de 2019
mat2str(NameOfVariable)
Should give you a character vector that you can copy and paste
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!