Matlab codes suddenly disappears and not running

3 views (last 30 days)
I have reactivated my university student subscription recently and upon reactivation I have encountered this problem. Everytime I try to run a code, my codes suddenly disappears and do not show any result. However, the codes will return once I click the saved file and will disappear again the moment I try to run it. What could be the issue and how to immediately resolve it?
  8 Comments
madhan ravi
madhan ravi on 5 Jan 2021
help clc
CLC Clear command window. CLC clears the command window and homes the cursor. See also HOME. Documentation for clc doc clc
We suspect that the script file that you have consists of clc somewhere or else all you have is semicolons at the end of each line. Would you mind attaching your file or a screenshot.
% also try
1:10 % to see if it runs code in command window directly?

Sign in to comment.

Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!