MATLAB: ERT control Row major matrix order

ert matrix

When performing Matlab to C code generation (ERT) is it possible to control the matrix order convention ? (row major or column major) ?

Best Answer

Unfortunately, due to the way both languages are implemented, changing the matrix order convention is not possible in the generated code.