How can i display nothing in my screen?

7 ビュー (過去 30 日間)
nicolas
nicolas 2013 年 4 月 13 日
I am using semicolon after each comand, but i have still all the procedure to run in my screen. There is a way to make this invisible, in order to gain time?

採用された回答

Jan
Jan 2013 年 4 月 13 日
編集済み: Jan 2013 年 4 月 13 日
Do you have an echo on anywhere in your code? If so, remove it and disable echoing by:
echo off
echo off all

その他の回答 (1 件)

nicolas
nicolas 2013 年 4 月 13 日
no i haven't, but i use some commands, like Estimate and i don't know what is behind this, so i see all the estimate procedure in my screen!

Community Treasure Hunt

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

Start Hunting!

Translated by