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일
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 Exchange에서 MATLAB Coder에 대해 자세히 알아보기

제품

릴리스

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