Recently, i can't use any input function. i don't know why. Anybody could help? Thanks before
First problem:
Code: X=input('number:')
The second one:
Code: X=input('')
Usually, it always work..

 Accepted Answer

Walter Roberson
Walter Roberson on 3 Oct 2019
You accidentally created a variable named input that is interfering with calling input as a function.

3 Comments

How to check and change it?
clear input
After that check your code to see if you assign anything to a variable named input and if so rename that variable.
Thank you Walter! It worked!

Sign in to comment.

More Answers (0)

Categories

Find more on MATLAB 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!