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 Kommentar

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

Melden Sie sich an, um zu kommentieren.

Antworten (1)

bym
bym am 13 Aug. 2011

2 Stimmen

use a semicolon to suppress output
a=12;

Kategorien

Mehr zu MATLAB Coder finden Sie in Hilfe-Center und File Exchange

Produkte

Gefragt:

am 13 Aug. 2011

Community Treasure Hunt

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

Start Hunting!

Translated by