[BEGINNER] How to create an object ?
Show older comments
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 Comments
M
on 20 Nov 2017
It depends what is an object with 1000 points ?
What are those points ?
M D
on 20 Nov 2017
M
on 20 Nov 2017
What is an object for you ?
M D
on 20 Nov 2017
M
on 20 Nov 2017
I guess modelling a rocket with matlab would be a bit more complicated but you can start by looking at :
Answers (1)
Image Analyst
on 20 Nov 2017
Edited: Image Analyst
on 20 Nov 2017
How about this:
myObject = ones(480, 640, 'uint8');
How about that? Does that work for you? If not, why not? Be more specific.
Or see my attached demo and see my Image Segmentation Tutorial https://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862&sort=downloads_desc
Also see this:
Categories
Find more on Animation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!