Error: Execution of script input as a function is not supported
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Madalena Francisco
il 10 Gen 2023
Commentato: Ali BOULGSOA
il 12 Gen 2023
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
0 Commenti
Risposta accettata
Voss
il 10 Gen 2023
You have a script called input.m (located in /Users/air/Documents/MATLAB/). Rename it something else.
3 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Loops and Conditional Statements in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!