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개)

Walter Roberson
Walter Roberson 2012년 7월 1일

1 개 추천

Use diary() to capture the command window output.

카테고리

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

질문:

2012년 6월 13일

Community Treasure Hunt

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

Start Hunting!

Translated by