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

20 ビュー (過去 30 日間)
Madalena Francisco
Madalena Francisco 2023 年 1 月 10 日
コメント済み: Ali BOULGSOA 2023 年 1 月 12 日
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

採用された回答

Voss
Voss 2023 年 1 月 10 日
You have a script called input.m (located in /Users/air/Documents/MATLAB/). Rename it something else.
  3 件のコメント
Voss
Voss 2023 年 1 月 10 日
You're welcome!
Ali BOULGSOA
Ali BOULGSOA 2023 年 1 月 12 日
thank you

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by