Variable assignment in command window

Hi,
All variable assignment (ex: a=12) from my File.m appears in my command window, especially about matrices assignments. It cause an use of CPU that i don´t want.
Please tell me how can I disable the trace in command window for all variable assignments.
Thanks Eric Zanghi

댓글 수: 1

Jan
Jan 2011년 8월 13일
The fundamental basics of MATLAB are explained in the "Getting Started" chapters of the documentation. Reading them is recommended for beginners.

댓글을 달려면 로그인하십시오.

답변 (1개)

bym
bym 2011년 8월 13일

2 개 추천

use a semicolon to suppress output
a=12;

카테고리

도움말 센터File Exchange에서 MATLAB Coder에 대해 자세히 알아보기

제품

질문:

2011년 8월 13일

Community Treasure Hunt

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

Start Hunting!

Translated by