How to Use Area Value on a Formula
1 次查看(过去 30 天)
显示 更早的评论
Hello,
I have area value of an object as a result on image processing with Matlab.
I would like to learn how to use this value in a specific formula that I use on my calculation.
My formulate is [(3*Area)/4]*(354.10^-5) and I look on putting the area of my image processing result which I have at variables tab at the result workspace.
0 个评论
采纳的回答
Ankita Bansal
2018-6-6
You already have area stored in a variable "Area" in workspace?
If so then you can directly enter the command (3*Area/4)*354.10*power(10,-5) in command window.
2 个评论
Ankita Bansal
2018-6-6
Can you share the name and data type of the variable in which area is getting stored?
更多回答(1 个)
Murat Kocaman
2018-6-6
编辑:Murat Kocaman
2018-6-6
4 个评论
Image Analyst
2018-6-6
You've marked an answer as Accepted. If that is not really true, unaccept it and I'll help you. Put your regionprops code in your reply.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!