MATLAB: Workspace variable

workspace variable

My program stores data in a workspace variable. The variable is visible only when the program is done running. I was wondering if it's possible to see that workspace variable in the workspace window as the pgrogram is running and see it's content grow.

Best Answer

You could put a pause statement or debug. MATLAB is not going to take the time to update the WS viewer. How long does your code take to run?