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
Afficher commentaires plus anciens
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')
>>
Réponses (1)
Steven Lord
le 8 Juil 2022
0 votes
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.
Catégories
En savoir plus sur MATLAB Coder dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!