Error in eli (line 8) rad=input('enter') >> eli Attempt to execute SCRIPT input as a function: C:\Users\HP Pavilion G6\OneDriv​e\Document​s\MATLAB\i​nput.m Error in eli (line

Error in eli (line 8)
rad=input('enter')
>> eli
Attempt to execute SCRIPT input as a function:
C:\Users\HP Pavilion G6\OneDrive\Documents\MATLAB\input.m
Error in eli (line 8)
rad=input('enter')
>> eli
Attempt to execute SCRIPT input as a function:
C:\Users\HP Pavilion G6\OneDrive\Documents\MATLAB\input.m
Error in eli (line 8)
rad=input('enter')
>>

回答 (1 件)

Steven Lord
Steven Lord 2022 年 7 月 8 日

0 投票

You've written your own input.m that prevents MATLAB from calling the input function included with MATLAB. Rename or remove the file C:\Users\HP Pavilion G6\OneDrive\Documents\MATLAB\input.m.

カテゴリ

ヘルプ センター および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

製品

リリース

R2013a

質問済み:

2022 年 7 月 8 日

回答済み:

2022 年 7 月 8 日

Community Treasure Hunt

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

Start Hunting!

Translated by