echo won't turn off
13 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Emily
el 30 de Jul. de 2021
Respondida: Emily
el 30 de Jul. de 2021
I am running a .m script that calls a function saved as a separate .m file. When I was debugging the script I tried many times to turn "echo" on. I tried
echo on
echo on all
echo myfunction on
echo myfunction.m on
echo myscript.m on
echo myscript on
It seemed that none of these definitively worked the first time I tried it, but eventually echo started working. I'm not sure which of those commands made echo come on, but it is definitely on now, and I can't turn it off! I have tried
echo off
echo off all
echo myfunction off
echo myfunction.m off
echo myscript.m off
echo myscript off
I have run these commands multiple times, but it is still echoing the commands in my script.
Has anybody experienced trouble turning echo on and off? I also tried restarting matlab, but it is still echoing. I looked in startup.m in my home directory, and did not see anything about echo in it.
Thanks for any help people can offer.
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!