what does mean : C:\Documents and Settings\Albert\errorbar.m
3 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
TAB
2013 年 2 月 8 日
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 件のコメント
Walter Roberson
2013 年 2 月 8 日
Did you edit your C:\Documents and Settings\Albert\errorbar.m to start (very first line) with "function" ?
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Errorbars についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!