tor, 29 04 2010 kl. 18:42 +0200, skrev Alois Schlögl: > A number of core functions like toascii(), tolower(), toupper(), > rows(), columns(), etc. are not provided by matlab, and freetb2matlab > does not generate them because these are builtins in octave only. > If these are not provided, a large number of the converted functions > could not be used with matlab.
I assume that oct2mat generates a new set of files to be distributed to the Matlab users. If so, why not just store 'toascii', 'tolower', etc. as text strings inside oct2mat and generate them when creating the Matlab compatible code? That way these functions would never have the chance to interfere with Octave (which is a huge issue). Søren ------------------------------------------------------------------------------ _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
