what does mean : C:\Documents and Settings\A​lbert\erro​rbar.m

1 Ansicht (letzte 30 Tage)
uncung fgv
uncung fgv am 8 Feb. 2013
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

Akzeptierte Antwort

TAB
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
Walter Roberson am 8 Feb. 2013
Did you edit your C:\Documents and Settings\Albert\errorbar.m to start (very first line) with "function" ?
uncung fgv
uncung fgv am 11 Feb. 2013
yes i edited it. the file. and it is ok.thx.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Errorbars finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by