Feeds
已回答
Plotting matrix-skewed ellipses
Try this: A1=[2 0;0 3]; xe = chol(A1)*x; plot(xe(1,:),xe(2,:)) Note: A matrix must be positive definite to define an ellip...
Plotting matrix-skewed ellipses
Try this: A1=[2 0;0 3]; xe = chol(A1)*x; plot(xe(1,:),xe(2,:)) Note: A matrix must be positive definite to define an ellip...
6 years 前 | 0
