Surface area of a 3D-plot from a matrix.
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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.
0 Kommentare
Antworten (2)
Thomas
am 24 Feb. 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
0 Kommentare
Siehe auch
Kategorien
Mehr zu Lighting, Transparency, and Shading finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!