[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 件のコメント
M
2017 年 11 月 20 日
It depends what is an object with 1000 points ?
What are those points ?
M D
2017 年 11 月 20 日
M
2017 年 11 月 20 日
What is an object for you ?
M D
2017 年 11 月 20 日
M
2017 年 11 月 20 日
I guess modelling a rocket with matlab would be a bit more complicated but you can start by looking at :
回答 (1 件)
Image Analyst
2017 年 11 月 20 日
編集済み: Image Analyst
2017 年 11 月 20 日
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:
カテゴリ
ヘルプ センター および File Exchange で Animation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!