Emma
Followers: 0 Following: 0
Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
22.810
of 295.467
REPUTACIÓN
2
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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(...
más de 3 años hace | 1 respuesta | 2
1
respuestaPregunta
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) ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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); %...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 3 años hace | 1 respuesta | 0