[OctDev] density calculation by Octave

2012-10-30 Thread Surandokht Nikzad
Hi there, I am beginner in Octave. I am using this for calculation kernel density for some concentrations. This is one example data: ssw ef 1.85 1.497297297 1.21 1.719008264 1.44 1.45139 1.71 1.514619883 1.4 1.192857143 0.396 1.795454545 Here is the codes: doc_ef=a(:,2);

Re: [OctDev] density calculation by Octave

2012-10-30 Thread Surandokht Nikzad
I am afraid, I am not sure how to code/ compute it... On 12-10-30 5:08 PM, Juan Pablo Carbajal ajuanpi+...@gmail.com wrote: On Tue, Oct 30, 2012 at 3:03 PM, Surandokht Nikzad surando...@gmail.com wrote: Hi there, I am beginner in Octave. I am using this for calculation kernel density

[OctDev] circle symbol in Octave

2012-11-15 Thread Surandokht Nikzad
Hello, I have a question regarding symbols in plotting. I wonder about the very basic one, which is circle 'o'. When I use this for plotting [plot(x,y,'o')], instead of having circle, I get triangle shape with a dot in the middle! What should I do to solve this tiny/strange problem? Thanks in

Re: [OctDev] circle symbol in Octave

2012-11-15 Thread Surandokht Nikzad
The platform is Mac OS X version 10.6.8 The version of octave is 3.4.0 The version of gnuplot is version 4.2.5 On 12-11-16 8:45 AM, Daniel J Sebald daniel.seb...@ieee.org wrote: On 11/16/2012 01:38 AM, Surandokht Nikzad wrote: Hello, I have a question regarding symbols in plotting. I wonder

Re: [OctDev] circle symbol in Octave

2012-11-16 Thread Surandokht Nikzad
Thanks for the information. I'll try it. Cheers, Sue On 12-11-16 9:00 AM, Daniel J Sebald daniel.seb...@ieee.org wrote: On 11/16/2012 01:50 AM, Surandokht Nikzad wrote: The platform is Mac OS X version 10.6.8 The version of octave is 3.4.0 The version of gnuplot is version 4.2.5 Well, those

[OctDev] error: __getlegenddata__

2012-11-16 Thread Surandokht Nikzad
Hi there; I think there is bug/error while I am plotting: error: __getlegenddata__: subscript indices must be either positive integers or logicals error: called from: error: /Applications/Octave.app/Contents/Resources/share/octave/3.4.0/m/plot/privat e/__getlegenddata__.m at line 38, column

Re: [OctDev] error: __getlegenddata__

2012-11-16 Thread Surandokht Nikzad
Thanks, I do try them. On 12-11-16 6:52 PM, Daniel J Sebald daniel.seb...@ieee.org wrote: On 11/16/2012 11:10 AM, Surandokht Nikzad wrote: Hi there; I think there is bug/error while I am plotting: error: __getlegenddata__: subscript indices must be either positive integers or logicals