what does this mean? say for a matrix W, W(:,:,1)
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have seen this in a program code, but don't know what it means. Say for example, for any matrix W, W(:,:,1). I know W(:,:) indicates all rows and columns in W, but what is meant by the last 1?
0 comentarios
Respuesta aceptada
Christoph
el 5 de Jun. de 2012
hi rabeye,
it's possible to store more than one matrix in a variable. The last element just indicates the level of the desired matrix.
To get a better clue just enter the command W = rand(5,4,3)
With kind regards, CN
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!