photo

Hieu Nguyen


Con actividad desde 2017

Followers: 0   Following: 0

Estadística

MATLAB Answers

7 Preguntas
1 Respuesta

CLASIFICACIÓN
86.892
of 300.369

REPUTACIÓN
0

CONTRIBUCIONES
7 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
28.57%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.936

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.436

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

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


LDA analysis: The pooled covariance matrix of TRAINING must be positive definite.
Hello, I am running into this issue. How can I resolve it? Y = csvread('mydata.csv'); flag = Y(:,1); label = Y(:,2);...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Use biplot(): How to plot three different colors after running PCA using only the first 2 principal components
Hello, I am new to Matlab and I do not know the syntax well enough to do this task. I have a data set and I split it into ...

alrededor de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Simple Perceptron algorithm in matlab: cannot draw the classifier line
I am new to Matlab and I am trying to test my learning curve by writing the perceptron algorithm from scratch. I have seen this ...

alrededor de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Plot always appears as a straight line
v = [0:100]; m = 4.65*10.^-26; y = ((m*v)/(4.14*10.^-21)).*exp((-m*v.^2)/2*4.14*10.^-21); plot(v,y) title('Density...

casi 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Periodic functions show up as a straight line
Hello everyone! When I plot the multiplots in one figure, only x1 shows up as a true graph of a periodic function, the rest s...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Respondida
How to get an x coordinate from a given y?
I got it. Thanks. I appreciate it!

alrededor de 8 años hace | 0

Pregunta


How to get an x coordinate from a given y?
<</matlabcentral/answers/uploaded_files/92108/HW7_R2%20copy.jpg>> Hello, I am working a problem that asks me to graph the squ...

alrededor de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How can I stop My Gauss-Seidel loop when the if condition is met.
D = diag(diag(A)); L = tril(-A,-1); U = triu(-A,1); %transition matrix and constant vector used for iterations ...

más de 8 años hace | 1 respuesta | 0

1

respuesta