Error: Execution of script input as a function is not supported

I´m just trying to put an input on matlab 2020 and appears this:
Can u help me figure out what i´m doing wrong please? Thank u!
clc,clear,close
x1=input('Enter point A: ');
%on comand window:
%Execution of script input as a function is not supported:
%/Users/air/Documents/MATLAB/input.m

 采纳的回答

You have a script called input.m (located in /Users/air/Documents/MATLAB/). Rename it something else.

3 个评论

OMG Voss, thank u so so much!! Yes! I haved a script called input, and it works doing what u suggested, words aren´t enough to thank u!!!

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Loops and Conditional Statements 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by