Gabor Szabo wrote: > I had an interesting chat with someone who pointed out that moving > people and companies away from Matlab will be extremely difficult > due to the huge amount of legacy code. > > So I wonder if anyone has ever experienced with parsing Matlab > code and then running it?
I would be interested in the answer to this question as well. Part of the motivation for a PDL::Matlab module was to enable some sort of automated translation between Matlab and PDL syntax and maybe between data types. However, the most difficult part of any conversion process is bound to be the conversion of the many builtin Matlab routines: there are many of them and a single routine can have many different outputs depending on the number and type of the input arguments, and sometimes the algorithm being used is not known in detail enough to substitute without much work. --Chris _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
