photo

Emma


Last seen: 2년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
0 답변

순위
23,184
of 300,781

평판
2

참여
5 질문
0 답변

답변 채택
0.0%

획득한 표
2

순위
 of 21,088

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,031

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


How would I find the Eigen values and plot the Eigen vector onto my scatter plot
X = 3 + 2*randn(500,1); Y = 2*X + 4*randn(500,1); for this code, first I tried to find the covarienc...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


How to create 95 and 99 percent confidence ellipses around my data
Here is my code to plot a scatter plot of the data and to plot the eign variable: rng('default'); X = 3 + 2*randn(...

거의 5년 전 | 답변 수: 1 | 2

1

답변

질문


How do I make this code into a function I can't manipulate=?
How do i make this code into a function? (This code creates a graph with randomly plotted ellipses) rng(675382) ...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


Creating regenerative random numbers
The code creates 10 random ellipses N = 10; for R = 1:N %for loop to repeat 10 times t = linspace(0,2*pi); %...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


How can I rotate an ellipse randomly
This is what I have written so far t = linspace(0,2*pi) x = randn + randn*cos(t) rng('shuffle'); y = randn + randn*sin...

거의 5년 전 | 답변 수: 1 | 0

1

답변