Surface area of a 3D-plot from a matrix.

5 visualizaciones (últimos 30 días)
Gabriel
Gabriel el 24 de Feb. de 2014
Editada: Walter Roberson el 24 de Feb. de 2014
Hi guys. I'm trying to calculate the area of a surface. My problem is something like this:
I have some images in 8bits ... something like this one:
I made a Java program so I can turn those images into a matrix and open it with MatLab.
When I run my program for this image it returns me something like this:
matrix = [255,255,255,255,255;
255,195,195,195,255;
255,195,0,195,255;
255,195,195,195,255;
255,255,255,255,255];
Then I can put this matrix in matlab and use the function surf. So I get something like this:
Now comes my problem. Is there any way to calculate the surface area of this 3d-plot? Can be anything that returns me a quantitative value for this surface area.
Thanks.
ps: sorry for my english, im from Brazil.

Respuestas (2)

Thomas
Thomas el 24 de Feb. de 2014
I do not think MALTAB has a built-in function. (I might be wrong though) However a similar question has been answered here http://www.mathworks.com/matlabcentral/answers/35501-surface-area-from-a-z-matrix

Gabriel
Gabriel el 24 de Feb. de 2014
Hi Thomas. Thank you for your reply.
Not necessarily need to be a built-in function.
I want to know is there any way to calculate this ... even if I have to create some kind of mathematical function to solve this problem.
In any case I'll take a look at the thread you pointed me.
Grateful.

Categorías

Más información sobre Images en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by