Filter löschen
Filter löschen

zeros matrix

2 Ansichten (letzte 30 Tage)
Amit
Amit am 3 Feb. 2012
Bearbeitet: T am 28 Sep. 2013
I want to create vector of n by n zeros matrix from 1:k. How I can do. Plz help

Akzeptierte Antwort

Sean de Wolski
Sean de Wolski am 3 Feb. 2012
Huh?
doc zeros
Maybe:
zeros(n)
or
zeros(n,n,k)
  3 Kommentare
Image Analyst
Image Analyst am 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.
Jan
Jan am 4 Feb. 2012
In Matlab vectors are 2D also, but one dimension is singelton.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Multidimensional Arrays finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by