zeros matrix
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I want to create vector of n by n zeros matrix from 1:k. How I can do. Plz help
0 Commenti
Risposta accettata
Sean de Wolski
il 3 Feb 2012
Huh?
doc zeros
Maybe:
zeros(n)
or
zeros(n,n,k)
3 Commenti
Image Analyst
il 3 Feb 2012
If that works, then we call that a 3D array, not a vector. I'd also call it a 3D matrix but I think some, like Steve Lord, consider a matrix as exactly 2 dimensions, no more and no less.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!