How to create a smaller matrix from a larger one?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
So if I were to have a matrix M
M = [ 0 4 5 6
3 9 1 4];
And I wanted to create a smaller Matrix Z from M
Z = [ 5
1]
What would be the easiest/fastest way to do this?
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!