matrix & matrix function to eigen
Mostrar comentarios más antiguos
Hi everyone, i would like to turn these matrixes to eigen format. Thanks for help <3!
sum(diag(A))
mean(A, 2)
min(A,[],2)
max(A)
B = rand(5,4)
C = rand(4,8)
B*C
1 comentario
Image Analyst
el 15 de Dic. de 2022
What is eigen format?
Respuestas (0)
Categorías
Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!