Using clc in my simple scipt prevents user input question being displayed
I wrote a simple script to ask for a user’s age
age = input(‘What is your age?….’)
This works as expected.
However, if I insert a clc in front of this in the code, it does not display the question to the user in the command window. I don’t know what is happening here.
Any thoughts?
Thanks
NickI wrote a simple script to ask for a user’s age
age = input(‘What is your age?….’)
This works as expected.
However, if I insert a clc in front of this in the code, it does not display the question to the user in the command window. I don’t know what is happening here.
Any thoughts?
Thanks
Nick I wrote a simple script to ask for a user’s age
age = input(‘What is your age?….’)
This works as expected.
However, if I insert a clc in front of this in the code, it does not display the question to the user in the command window. I don’t know what is happening here.
Any thoughts?
Thanks
Nick clc bug MATLAB Answers — New Questions