Borrar filtros
Borrar filtros

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

3 visualizaciones (últimos 30 días)
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

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Errorbars en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by