Larbino

10 Reputation

One Badge

4 years, 242 days

MaplePrimes Activity


These are questions asked by Larbino

A := Matrix(2, 2):
CodeGeneration:-Matlab(unapply(A), optimize, resultname = "A");

Warning, unable to optimize
Warning, procedure/module options ignored
function Areturn = A()
  Areturn = [0 0; 0 0;];
 

What is this behaviour. I can't find any explanation online.

Page 1 of 1