photo

atan


Con actividad desde 2019

Followers: 0   Following: 0

Estadística

MATLAB Answers

6 Preguntas
0 Respuestas

CLASIFICACIÓN
136.896
of 300.392

REPUTACIÓN
0

CONTRIBUCIONES
6 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
66.67%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.373

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


Vector operations not working correctly
I have the following code cvPredictions = (pval < epsilon)== 1; % Anomaly cvPredictions = (pval > epsilon)== 0; % Not an an...

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

1

respuesta

Pregunta


Variance function in matlab
The variance function in matlab "var" by default normalizes V by N-1 if N>1, where N is the sample size If I want to normaliz...

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

1

respuesta

Pregunta


Understanding the code snippet
I do not understand what this is doing exactl Can anyone help? eye_matrix = eye(num_labels); y_matrix = eye_matrix(y,:);

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

1

respuesta

Pregunta


Perform this operation on a scalar/vector or matrix
I have a code like this The function takes z as argument. z can be a scalar or vector or matrix IF it is a vector, I want the ...

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

1

respuesta

Pregunta


Checking Matlab outputs - 2 functions coded
I'm a bit new to Matlab. I have a .m file called ex1.m which has the following code; %% ======================= Part 2: Plott...

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to check the output
I'm very new to Matlab. I have a code snippet (example) like this; How to check the output of this function? Sorry for the fu...

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

1

respuesta