How do I find if a point is within the volume of a rotated ellipsoid
I have an ellipsoid
[ex,ey,ez]=ellipsoid(long2,lat2,h2,bb2,aa2,cc2);
direction=[1 0 0];
s=surf(ex,ey,ez,’FaceAlpha’,0.05)
rotate(s,direction,theta(i),[long2 lat2 h2])
and say I have a point ;
point = [longX latX hX];
How do I find if point is within the volume of the rotated ellipsoid?
Thanks!I have an ellipsoid
[ex,ey,ez]=ellipsoid(long2,lat2,h2,bb2,aa2,cc2);
direction=[1 0 0];
s=surf(ex,ey,ez,’FaceAlpha’,0.05)
rotate(s,direction,theta(i),[long2 lat2 h2])
and say I have a point ;
point = [longX latX hX];
How do I find if point is within the volume of the rotated ellipsoid?
Thanks! I have an ellipsoid
[ex,ey,ez]=ellipsoid(long2,lat2,h2,bb2,aa2,cc2);
direction=[1 0 0];
s=surf(ex,ey,ez,’FaceAlpha’,0.05)
rotate(s,direction,theta(i),[long2 lat2 h2])
and say I have a point ;
point = [longX latX hX];
How do I find if point is within the volume of the rotated ellipsoid?
Thanks! ellipsoid, volume MATLAB Answers — New Questions









