Option for "echo off"

9 次查看(过去 30 天)
Wooseok
Wooseok 2019-6-29
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?

回答(1 个)

Image Analyst
Image Analyst 2019-6-29
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.

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

标签

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by