what does mean : C:\Documents and Settings\Albert\errorbar.m
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
when I write this command it appear like this below:
>> errorbar(x,y,e)
??? Attempt to execute SCRIPT errorbar as a function:
C:\Documents and Settings\Albert\errorbar.m
0 Kommentare
Akzeptierte Antwort
TAB
am 8 Feb. 2013
It means that you have written a script errorbar. Scripts never accepts or return argument.... And you are calling this script with 3 arguments.
See
6 Kommentare
Walter Roberson
am 8 Feb. 2013
Did you edit your C:\Documents and Settings\Albert\errorbar.m to start (very first line) with "function" ?
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Errorbars finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!