Borrar filtros
Borrar filtros

Option for "echo off"

9 visualizaciones (últimos 30 días)
Wooseok
Wooseok el 29 de Jun. de 2019
Respondida: Image Analyst el 29 de Jun. de 2019
I recently upgraded my Matlab to 2019a from 2013b. Interestingly, I found that the newer version has "echo on" as default - thus, every time I run scripts, the lines in the scripts are displayed in the command window. Curretly, I am manually turning off echo by typing "echo off" in the command window after starting Matlab, but it is a bit cumbersome. I tried to find a related option in the "Pereferences" menu, but I couldn't find one. Am I missing something? Is there any better way to make "echo off" as the default mode of operation in my Matlab?

Respuestas (1)

Image Analyst
Image Analyst el 29 de Jun. de 2019
I'm pretty sure that is not true, at least it's not true for me. You might try to edit your startup.m file and see if "echo on" is in your startup.m file
>> edit startup.m
If you want, you could also put echo off in your startup.m file, rather than typing it in manually.

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by