How to find the volume of a surface matrix from another surface matrix as a reference?
4 ビュー (過去 30 日間)
古いコメントを表示
So I have two matrices in matlab which each give a seperate 3D surface plot when using mesh. For my research project I need to find the volume in between the two matrices. I've tried to use cumtrapz which I thought may give me a commulative trapezoidal volume of each then subtract. However there are two issues for this code. 1. is that it only uses a vector as a reference and 2. if a vector is used it gives me the volume in a matrix. I need one single volume solution for each matrix then subtract or find a code which uses one of them as a reference and finds the volume in between the two matrices. Any suggestions?
1 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Surface and Mesh Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!