From help-octave-request at bevo dot che dot wisc dot edu Tue Jan 20 02:27:46 1998 Subject: Re: MATLAB COMPATIBILITY From: "PETER HOPFGARTNER" To: Date: Tue, 20 Jan 98 09:19:47 +0100 As far as sparse matrices are concerned, maybe the Sparse++, IML++ and the forthcoming TNT libraries could help. I've seen them applied in larger CFD projects and they seem to work flawless. Furthermore TNT aims to become to numerics what STL in for standard data structures. Peter ______________________________ Reply Separator _________________________________ Subject: MATLAB COMPATIBILITY Author: at NOVARALINK Date: 1/19/98 11:11 AM On 19-Jan-1998, Francis Benyah wrote: | Please, I would like to know if there is an equivalent OCTAVE function | for each of the following MATLAB functions: | | 1. FULL [full.m] | 2. SPARSE [sparse.m] Octave doesn't provide a sparse matrix data type (yet). If anyone is interested in working on adding support for sparse matrices, please contact me. | 3. GFA [gfa.m] | 4. GFC [gfc.m]. I don't know what these functions are. Perhaps you mean gcf and gca? If so, Octave doesn't provide an interface compatible with Matlab's handle graphics. I see no reason that it could not, except that no one has yet done the work to make it happen. jwe