[BEGINNER] How to create an object ?
Mostra commenti meno recenti
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 Commenti
M
il 20 Nov 2017
It depends what is an object with 1000 points ?
What are those points ?
M D
il 20 Nov 2017
M
il 20 Nov 2017
What is an object for you ?
M D
il 20 Nov 2017
M
il 20 Nov 2017
I guess modelling a rocket with matlab would be a bit more complicated but you can start by looking at :
Risposte (1)
Image Analyst
il 20 Nov 2017
Modificato: Image Analyst
il 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:
Categorie
Scopri di più su Animation in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!