From: David B. <Dav...@mo...> - 2005-09-22 12:22:59
|
Orion Poplawski wrote: > Running octave 2.1.71 with octave-forge-2005-06.13 on Fedora Core 4. > With the attached files: > > octave test.m > > runs ok. > > octave test2.m > > aborts with the following. test is basically test2 with the function > call folded into the main code. The code is matlab code I'm trying to > run in octave that I haven't explored very much. Just for information, on the latest octave CVS (pretty similar to 2.9.3), test2.m ran without problem and gave the results octave:2> whos *** currently compiled functions: Prot Name Size Bytes Class ==== ==== ==== ===== ===== rwd make_MtilB_sparse -1x-1 0 user-defined function rwd make_grid -1x-1 0 user-defined function Total is 2 elements using 0 bytes *** local user variables: Prot Name Size Bytes Class ==== ==== ==== ===== ===== rwd MtilB 312x6045 27928 sparse matrix rw- __nargin__ 1x1 8 scalar rwd grdxyA 6045x2 96720 matrix rwd nxA 1x1 8 scalar rwd nyA 1x1 8 scalar rwd xgA 1x93 24 range rwd ygA 1x65 24 range Total is 12563 elements using 124720 bytes I have no idea what the results are supposed to be, but this appears to work.. Cheers David -- David Bateman Dav...@mo... Motorola Labs - Paris +33 1 69 35 48 04 (Ph) Parc Les Algorithmes, Commune de St Aubin +33 1 69 35 77 01 (Fax) 91193 Gif-Sur-Yvette FRANCE The information contained in this communication has been classified as: [x] General Business Information [ ] Motorola Internal Use Only [ ] Motorola Confidential Proprietary |