f.f.

8 Reputation

2 Badges

19 years, 146 days

MaplePrimes Activity


These are Posts that have been published by f.f.

Dear all,

I think I came over a quite fundamental error in Maple 10's CodeGeneration package. Even without knowing Matlab, it should be clear that the conversion into Matlab code goes wrong here:

restart;
tt :=  x^(1/y) :
with(CodeGeneration):
Matlab(tt);

produces

  "cg = x ^ 0.1e1 / y; "

Page 1 of 1