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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo