From: Jon Ellicott on
I am new to using matlab and at the moment i am trying to create a 3d cube with the dimentions 22.56 x 3.66 is there anyone who can describe how to carry this out simply please?
Cheers
From: us on
"Jon Ellicott" <Jonathan_ellicott(a)hotmail.com> wrote in message <hrbiks$ans$1(a)fred.mathworks.com>...
> I am new to using matlab and at the moment i am trying to create a 3d cube with the dimentions 22.56 x 3.66 is there anyone who can describe how to carry this out simply please?
> Cheers

it depends on how you want your cube to be made of
- by (line) vectors
- by a volume
- by faces/vertices

us