Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 12 Jan. 2015

0 Stimmen

If you have 3d array
a(:,:,1)=[1 2;3 4]
a(:,:,2)=[5 6;7 8]
you can access any part of your matrix, for example
a(:,1,:)

Weitere Antworten (0)

Kategorien

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

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

Start Hunting!

Translated by