Filter löschen
Filter löschen

How can Make a structure that is 480 by 640 , and each cell has three fields X,Y,Z which are zero ?

2 Ansichten (letzte 30 Tage)
How can Make a structure that is 480 by 640 , and each cell has three fields X,Y,Z which are zero ?

Akzeptierte Antwort

Matt J
Matt J am 2 Jul. 2013
Bearbeitet: Matt J am 2 Jul. 2013
One way,
S.X=0;
S.Y=0;
S.Z=0;
S(1:480,1:640)=S;

Weitere Antworten (0)

Kategorien

Mehr zu Structures finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by