Question: Maple CodeGeneration[Matlab] array element-by-element multiplier

Dear all

i am writing some differential equations with Maple. I'd like now to generate the Matlab code and let them run. Unfortunately I need the closed form but Maple does not distinguish (at first sight, of course) between time functions and parameters. But what in Maple is a time function, will be an array in Matlab. Unfortunately in Matlab environment the array product is carried out by the meaning of the element-by-element command: ".* " .

Using CodeGeneration[Matlab] does not allow me to translate correctly all the array multiplications that I have in the equations. How may I push Maple in distinguishing between scalar multiplications and array multiplication?

Any guesses? 

Thank you so much

Andrea

Please Wait...