Option for "echo off"

12 views (last 30 days)
Wooseok
Wooseok on 29 Jun 2019
Answered: Image Analyst on 29 Jun 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?

Answers (1)

Image Analyst
Image Analyst on 29 Jun 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.

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Tags

Products


Release

R2019a

Community Treasure Hunt

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

Start Hunting!