Filter löschen
Filter löschen

Option for "echo off"

9 Ansichten (letzte 30 Tage)
Wooseok
Wooseok am 29 Jun. 2019
Beantwortet: Image Analyst am 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?

Antworten (1)

Image Analyst
Image Analyst am 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.

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by