필터 지우기
필터 지우기

Option for "echo off"

조회 수: 9 (최근 30일)
Wooseok
Wooseok 2019년 6월 29일
답변: Image Analyst 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