Why is command window printing out all the code?
이전 댓글 표시

This is the first time this has happened... Is there any way to disable this?
채택된 답변
추가 답변 (1개)
per isakson
2021년 5월 22일
편집: per isakson
2021년 5월 22일
There is a function called echo(), which I've never used. Have you run
echo on
by mistake?
I reproduced the behavior you see
>> echo on
>> Untitled
%%
A = 1;
B = 2;
C = 3;
D = 4;
>>
>> echo off
>> Untitled
>>
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!