Function that returns an NxN matrix
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Michael
el 8 de Oct. de 2014
Comentada: Andrei Bobrov
el 10 de Oct. de 2014
I need to create a function that when a value for N is entered it returns an NxN identity matrix. But this needs to be done without employing Matlab commands which operate on entire matrices, rows, and columns.
2 comentarios
Stephen23
el 8 de Oct. de 2014
All functions require MATLAB commands, starting with the function function.
Respuesta aceptada
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!