On 09/10/2014 11:03 AM, Chris Marshall wrote: > It would be great to have a MATLAB/Octave to PDL assistant > that could allow MATLAB .m files to be run in a PDL framework > in some fashion. >
You can use Ingy's Pegex to do this pretty quickly. Currently, I am in the process of converting some fixed styled English instructions into PDL sumover()-like functions using Pegex for my App::financeta trading application. This way users can write buy/sell/trigger rules on conditions in simple constrained English logic statements which will be parsed by Pegex and generate PDL code to run on data that is already in PDL objects. When I am done with this, I will post a link for perusal. --Vikas _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
