![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/21279170_1611693842484_DEF.jpg)
Emma
Followers: 0 Following: 0
Statistica
5 Domande
0 Risposte
RANK
22.931
of 297.046
REPUTAZIONE
2
CONTRIBUTI
5 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
2
RANK
of 157.776
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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(...
quasi 4 anni fa | 1 risposta | 2
1
rispostaDomanda
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) ...
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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); %...
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 4 anni fa | 1 risposta | 0