How to find the volume of a surface matrix from another surface matrix as a reference?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
Risposte (0)
Vedere anche
Categorie
Scopri di più su Surface and Mesh Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!