필터 지우기
필터 지우기

Saving displayed text as text file

조회 수: 2 (최근 30일)
Aadil
Aadil 2012년 5월 3일
I have some certain warnings in my script which appear if a certain condition is fulfilled eg;
G = find(P_Trigger_State == 2);
if (G > 0 );
disp('*****Override Occurred*****');
end;
Is there a way to save the displayed text in a notepad file output?
Thanks

답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Import and Analysis에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by