Graphical toolbox

hi everyone, happy new year... ^_^
i just wanna ask, is there matlab or simulink toolbox that enabled us to draw various shape and then calculate the area or the circumference. for example if we draw a circle we can know the area and the circumference of the circle.
is there any matlab toolbox can do that??
thanks

回答(3 个)

Amit Kumar
Amit Kumar 2012-1-3

0 个投票

Happy New year dear ..........sorry for being here but i am also here to support your question .So please answer of this question of having any idea of any tool box available for drawing shapes and their sizes....Please have a look.
Walter Roberson
Walter Roberson 2012-1-3

0 个投票

Image Processing Toolbox, and the regionprops() function of it. It will probably not give a direct calculation of the circumference though.
Luhur
Luhur 2012-1-4

0 个投票

although the measurement didnt apply..
any though???

3 个评论

regionprops gives you the major and minor axis lengths. You can use those to calculate the circumference of a circle or ellipse.
what about how to know the x,y position of each dots that build the circle or maybe rectangle??
regionprops() can return that information as well.

请先登录,再进行评论。

类别

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

提问:

2012-1-3

Community Treasure Hunt

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

Start Hunting!

Translated by