Workarounds: Difference between revisions
Jump to navigation
Jump to search
Carandraug (talk | contribs) (list of workarounds for missing octave functions taken from Octave-Forge trunk/main/INDEX) |
Pr0m1th3as (talk | contribs) No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
* {{Codeline|hdf}}: use {{Codeline|load}}/{{Codeline|save}} with {{Codeline|-hdf5}} | * {{Codeline|hdf}}: use {{Codeline|load}}/{{Codeline|save}} with {{Codeline|-hdf5}} | ||
* {{Codeline|aload}} and {{Codeline|asave}}: flat ascii file read/write, available from [ftp://ftp.ci.tuwien.ac.at/pub/octave/octave-ci.tar.gz Octave-ci] | * {{Codeline|aload}} and {{Codeline|asave}}: flat ascii file read/write, available from [ftp://ftp.ci.tuwien.ac.at/pub/octave/octave-ci.tar.gz Octave-ci] | ||
* {{Codeline|nlinfit}}: use {{Codeline|leasqr}} | * {{Codeline|nlinfit}}: use {{Codeline|leasqr}} | ||
[[Category:Missing functions]] | |||
Latest revision as of 16:01, 31 August 2024
A list of workarounds for stuff that is still missing in Octave:
inmem
: usewho
with-functions
gallery
: available in Nick Higham's site previously at Test Matrix Toolboxgamma(complex)
: use Tim Reluga's Gamma.m or Eyal Doron's cgamma.mhdf
: useload
/save
with-hdf5
aload
andasave
: flat ascii file read/write, available from Octave-cinlinfit
: useleasqr