photo

Emma


Last seen: 2年以上 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
0 回答

ランク
23,182
of 300,469

評判
2

コントリビューション
5 質問
0 回答

回答採用率
0.0%

獲得投票数
2

ランク
 of 21,010

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 169,232

コントリビューション
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...

4年以上 前 | 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(...

4年以上 前 | 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) ...

4年以上 前 | 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); %...

4年以上 前 | 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...

4年以上 前 | 1 件の回答 | 0

1

回答