Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Observing Execution of a Program
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Dear Guys,
I want to make the execution of a program in Matlab so slow (at human speed), that I can easily observe the process of execution, i.e. each operation. Is it possible?
0 comentarios
Respuestas (1)
Scott
el 9 de Mayo de 2014
You can use the Debug system to execute statements line-by-line by jumping into or over code, and/or using breakpopints. You can also section your code into "cells" by using "%%" and deliberately executing the code in each cell; search help for "cell mode"
0 comentarios
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!