Input doesn't work
5 ビュー (過去 30 日間)
古いコメントを表示
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
0 件のコメント
採用された回答
Image Analyst
2013 年 10 月 8 日
Don't call it input.m. input is the name of a built-in function. Call it something else, like myInput().
12 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!