Input doesn't work

7 vues (au cours des 30 derniers jours)
Jerry
Jerry le 8 Oct 2013
Commenté : Image Analyst le 8 Oct 2013
I was working on writing a script but when I included the input function I received the following error: Attempt to execute SCRIPT input as a function: /Users/Jzhang/Documents/MATLAB/input.m Error in circle_area (line 2) radius=input('Enter the radius:'); I've tried the input function in other scripts as well and they were working before but not anymore. Can anyone help me figure out this problem? Thanks

Réponse acceptée

Image Analyst
Image Analyst le 8 Oct 2013
Don't call it input.m. input is the name of a built-in function. Call it something else, like myInput().
  12 commentaires
Jerry
Jerry le 8 Oct 2013
nevermind, i got it. Thanks!
Image Analyst
Image Analyst le 8 Oct 2013
Then please mark this answer as "Accepted."

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by