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
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
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
2012년 1월 4일
0 개 추천
댓글 수: 3
Walter Roberson
2012년 1월 4일
regionprops gives you the major and minor axis lengths. You can use those to calculate the circumference of a circle or ellipse.
Luhur
2012년 1월 4일
Walter Roberson
2012년 1월 4일
regionprops() can return that information as well.
카테고리
도움말 센터 및 File Exchange에서 Simulink Functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!