Hi ! everyone , I want to write this matrix in matlab m.file!!
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Respuesta aceptada
Rik
el 16 de Ag. de 2018
I suspect this is what you need:
C1=[zeros(p-m,n-p) eye(p-m)];
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!