Am Sonntag, 8. Januar 2012, 05:46:24 schrieb John Smith:
> Hello,
> 
> I want to know if Octave has a statistics function which can work like
> "boxplot" in Matlab. My Octave version is 3.2.4, a quite new version, but
> I didn't find "boxplot" in it.
> 
> Best regards,
> 
> Shoufutuolasky

Install the statistics package
http://octave.sourceforge.net/statistics/index.html and make sure that it is 
loaded, you can see that with the command
pkg list
if you see tht statistics with an * it is loaded, if shown without * you need 
to load it
pkg load statistics
(of course it has to be installed before).

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to