what does mean : C:\Documents and Settings\Albert\errorbar.m
2 次查看(过去 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!