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!