help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error bar without union between points


From: Doug Stewart
Subject: Re: Error bar without union between points
Date: Tue, 24 Apr 2012 13:11:55 -0400



On Tue, Apr 24, 2012 at 12:12 PM, Darío <address@hidden> wrote:
Well, i tried the following:
figure (1);
h = errorbar (x, y,dy);
set (h,'linewidth',2);
%set encoding iso_8859_1
plot (x,y,'+@','markersize',3);
hold on
%g=plot (x,y,'address@hidden');%,'markersize',0);
%set (g, "linewidth",'-');
axis([0.5 12 15 23]);
ylabel('Distancia entre par piezoeléctrico [cm]');
xlabel('Cantidad de longitudes de onda');
hold off
grid on

with this not united the points, but no show error bars, and showme in
the console:

warning: implicit conversion from matrix to string

Something that note is wich when insert
h = errorbar (x, y,dy,'anything')

and compile, not show the grid and xlabel/ylabel.



--
Darío
|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|
Por favor, no utilice formatos de archivo propietarios para el intercambio
de documentos, como ser DOC, XLS, BMP, PPT, RAR, MP3, DWG,
MOV, FLV, WMV, etc.  sino  ODT, ODS, DJVU, PDF, TXT,
CSV, PNG, FLAC, OGV, GZ o cualquier otro que no obligue a utilizar
un programa de un fabricante concreto.
Info: http://www.gnu.org/philosophy/no-word-attachments.es.html
       http://www.vaslibre.org.ve/publicaciones/odfvsooxml-es.pdf
|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|
 ,              ,
/                \
((__-^^-,-^^-__))
 `-_---' `---_-'
  `--|o` 'o|--'
     \  `  /
      ): :(
     :o_o:
       "-"
_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave


Tell us what OS you are on, and what version of Octave you are using, etc.



--
DAS

https://linuxcounter.net/user/206392.html

reply via email to

[Prev in Thread] Current Thread [Next in Thread]