How can I calculate the surface area from a griddata interpolation?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
I would like to calculate the surface area from a griddata interpolation ZI =griddata(Voff,Ioff,Eoff,XI,YI,'linear'). So I have a surface form (XI,YI,ZI), all of them are < 167 x 167 double>. Then, I have applied Eoff_rows=trapz(t,ZI,2) where t represents the time variable (< 1 x 167 double >) and finally, Eoff_tot=sum(Eoff_rows) in order to calculate the surface area. I am not sure I have proceeded coorectly. Any suggestion? Thanks
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Interpolation 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!