[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?
回答(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!