Borrar filtros
Borrar filtros

command window data

1 visualización (últimos 30 días)
sita
sita el 13 de Jun. de 2012
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 comentario
Jan
Jan el 30 de Jun. de 2012
Please provide more details.

Iniciar sesión para comentar.

Respuesta aceptada

Rohan Kale
Rohan Kale el 1 de Jul. de 2012
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 !!

Más respuestas (1)

Walter Roberson
Walter Roberson el 1 de Jul. de 2012
Use diary() to capture the command window output.

Categorías

Más información sobre Logical en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by