Hello everybody,
I have this equation J:
> J := Matrix(2, 6, [[j41, j42, j43, j44, j45, j46], [j51, j52, j53, j54, j55, j56]]);
it's a 2 times 6 matrix made with the results of other equation, each one of those small j's are long analytical terms.
Later I want to generate a Matlab code of J using this:
> Matlab(J, resultname = "j4", output = "file.m", optimize);
I use the optimize code at the end because then I avoid getting...