Why Input function error?

6 visualizzazioni (ultimi 30 giorni)
David Biwono
David Biwono il 3 Ott 2019
Commentato: David Biwono il 4 Ott 2019
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..

Risposta accettata

Walter Roberson
Walter Roberson il 3 Ott 2019
You accidentally created a variable named input that is interfering with calling input as a function.
  3 Commenti
Walter Roberson
Walter Roberson il 3 Ott 2019
clear input
After that check your code to see if you assign anything to a variable named input and if so rename that variable.
David Biwono
David Biwono il 4 Ott 2019
Thank you Walter! It worked!

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Graphics Performance in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by