NDellipse

버전 1.4.0.0 (3.86 KB) 작성자: Sebastien PARIS
Returns coordinates of 2d ellipsoids
다운로드 수: 1.9K
업데이트 날짜: 2020/1/28

라이선스 보기

NDellipse returns 2d coordinates of several ellipsoids defined by NDslices.

Usage [x , y] = ndellipse(M , S ,[H] , [R] , [N]);

Inputs
------

M : Mean vector (d x 1 x [n1] , ... , [nl])
S : Covariance (d x d x [n1] , ... , [nl])
H : Transfert Matrix (2 x d) (default H = eye(2 , d))
R : Such that y'Sy < R (default R = 2.44774683 = sqrt(chi2inv(0.95 , 2)))
N : Number of points to draw ellipsoids (default N = 50)


Outputs
-------

x : x-coordinate (1 x N x [n1] , ... , [nl])
y : y-coordinate (1 x N x [n1] , ... , [nl])

인용 양식

Sebastien PARIS (2024). NDellipse (https://www.mathworks.com/matlabcentral/fileexchange/17536-ndellipse), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2016b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Map Display에 대해 자세히 알아보기
도움

줌: EM_MVGM

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.4.0.0

Fixed for modern Matlab & OS64

1.3.0.0

-Fixed a bug recently introduded in the last update

1.2.0.0

-Minor update for Linux systems

1.1.0.0

Fixed empty parameters bug

1.0.0.0