Borrar filtros
Borrar filtros

Reorient Ellipsoid Gained From Ellipsoid Function

1 visualización (últimos 30 días)
Sam Polk
Sam Polk el 17 de Jun. de 2021
I have an ellipsoid I would like to plot. I know that I can do so using the ellipsoid function (link) as follows:
[X,Y,Z] = ellipsoid(xc,yc,zc,xr,yr,zr)
surf(X,Y,Z);
This gives an ellipsoid with mean equal to [xc,yc,zc] and semiaxes with length equal to xr, yr, and zr respectively. However, the semiaxes are necessarily the canonical basis for R3: [1,0,0], [0,1,0], and [0,0,1].
Given vectors three 3-dimensional orthonormal vectors u1, u2, u3, how can I orient the ellipsoid above so that the ith semiaxis is oriented in the direction of ui?
Thank you.

Respuestas (0)

Categorías

Más información sobre Surface and Mesh Plots en Help Center y File Exchange.

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by