command window data

Hi,
If i run my data for 1000 simulations command window displays only some simulations of it.I want to see all simulation results and i want to save them. Please help in solving this.
Thanking You, Sita

1 件のコメント

Jan
Jan 2012 年 6 月 30 日
Please provide more details.

サインインしてコメントする。

 採用された回答

Rohan Kale
Rohan Kale 2012 年 7 月 1 日

0 投票

1. If you have defined a function/looping structures for your code then all the variables will be local to that particular function/loop hence all simulations cannot be displayed. 2 In other case, try saving variables in some other variables which are probably gonna change their values in the very next line's execution, please provide more details as well !!

1 件のコメント

sita
sita 2012 年 7 月 2 日
thanks

サインインしてコメントする。

その他の回答 (1 件)

Walter Roberson
Walter Roberson 2012 年 7 月 1 日

1 投票

Use diary() to capture the command window output.

1 件のコメント

sita
sita 2012 年 7 月 2 日
thanks

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeVariables についてさらに検索

質問済み:

2012 年 6 月 13 日

Community Treasure Hunt

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

Start Hunting!

Translated by