Re: [OctDev] complex error function

2012-11-20 Thread Daniel J Sebald
On 11/20/2012 07:43 PM, Nir Krakauer wrote: > Can the contributed functions be given names that don't conflict with > the current Octave ones, like erf_complex? That way there should be no > problem with putting them either in specfun or as their own Octave > package. That's an alternative. Yet i

Re: [OctDev] complex error function

2012-11-20 Thread Nir Krakauer
Can the contributed functions be given names that don't conflict with the current Octave ones, like erf_complex? That way there should be no problem with putting them either in specfun or as their own Octave package. -- Mo

Re: [OctDev] complex error function

2012-11-20 Thread Michael D. Godfrey
Also keep in mind that this will need to be compatible with the Matlab complex erf(z). -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databa

Re: [OctDev] complex error function

2012-11-20 Thread Daniel J Sebald
Hi Steven, Some comments below with regards to Jordi's observations on integration. On 11/20/2012 03:33 PM, Jordi Gutiérrez Hermoso wrote: > On 4 November 2012 00:34, Steven G. Johnson wrote: >> There is an updated version of my package >> (http://ab-initio.mit.edu/Faddeeva) which computes not

Re: [OctDev] complex error function

2012-11-20 Thread Jordi Gutiérrez Hermoso
On 4 November 2012 00:34, Steven G. Johnson wrote: > There is an updated version of my package > (http://ab-initio.mit.edu/Faddeeva) which computes not only the Faddeeva > function (the scaled complex error function) but also the ordinary erf > and erfc functions of complex arguments, as well as t

[OctDev] cgi 0.1.0 released

2012-11-20 Thread Carnë Draug
Hi everyone a new package cgi has been released, version 0.1.0, by Alexander Barth. Enjoy Octave responsibly. Carnë -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insig

Re: [OctDev] ncread (octcdf) strange

2012-11-20 Thread Muhali
Alexander Barth-3 wrote > ncread from matlab adopted a different ordering convention than octcdf thanks. A hint in the ncread help text is probably helpful. M. -- View this message in context: http://octave.1599824.n4.nabble.com/ncread-octcdf-strange-tp4646809p4646818.html Sent from the Octav

Re: [OctDev] ncread (octcdf) strange

2012-11-20 Thread Alexander Barth
On Tue, Nov 20, 2012 at 1:16 PM, Muhali wrote: > Adapting example_opendap.m as follows > > > pkg load octcdf > nc = netcdf(ncfile='http://hycom.coaps.fsu.edu/thredds/dodsC/atl_ops','r'); > N=size(nc{'ssh'}) > ssh = ncread(ncfile, 'ssh', [1 1 1], [1 1 N(3)]) > > > I get > > N = > > 73

[OctDev] ncread (octcdf) strange

2012-11-20 Thread Muhali
Adapting example_opendap.m as follows pkg load octcdf nc = netcdf(ncfile='http://hycom.coaps.fsu.edu/thredds/dodsC/atl_ops','r'); N=size(nc{'ssh'}) ssh = ncread(ncfile, 'ssh', [1 1 1], [1 1 N(3)]) I get N = 730 1609 1678 error: Error while retrieving variable: NetCDF: Index e

[OctDev] ncread (octcdf) strange

2012-11-20 Thread Muhali
Adapting example_opendap.m as follows pkg load octcdf nc = netcdf(ncfile='http://hycom.coaps.fsu.edu/thredds/dodsC/atl_ops','r'); N=size(nc{'ssh'}) ssh = ncread(ncfile, 'ssh', [1 1 1], [1 1 N(3)]) I get N = 730 1609 1678 error: Error while retrieving variable: NetCDF: Index