[BEGINNER] How to create an object ?

Hi everyone,for my engineering school, i have to create an object with around 1000 points. So friends created house or animal, but I don't know how to create any object on Matlab , can you help me please?

5 个评论

It depends what is an object with 1000 points ?
What are those points ?
When you're creating object in Matlab, it's just an association of lines and points no? 1000 points it's just to say a big object
What is an object for you ?
A rocket, a car, a house, i don't know
I guess modelling a rocket with matlab would be a bit more complicated but you can start by looking at :

请先登录,再进行评论。

回答(1 个)

How about this:
myObject = ones(480, 640, 'uint8');
How about that? Does that work for you? If not, why not? Be more specific.
Also see this:

类别

帮助中心File Exchange 中查找有关 Animation 的更多信息

提问:

M D
2017-11-20

Community Treasure Hunt

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

Start Hunting!

Translated by