Hello eveyone,
I could not find the proper way to put a matrix into a matrix complex.
Thank you for your help,
Lorenzo
Hello eveyone,
I could not find the proper way to put a matrix into a matrix complex.
Thank you for your help,
Lorenzo
matrix A = eye(10, 10);
matrix<complex> Ac = A;