Estadística
0 Problemas
3 Soluciones
CLASIFICACIÓN
7.480
of 300.392
REPUTACIÓN
6
CONTRIBUCIONES
2 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
1
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
77.635
of 168.373
CONTRIBUCIONES
0 Problemas
3 Soluciones
PUNTUACIÓN
40
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
save file and plot
save('file_name' , 'AverPr') ; % this will save your Averpr to a file_name load('file_name'); % loads back the file make s...
más de 4 años hace | 1
| aceptada
Pregunta
how to compute and plot mean square error for two vectors?
i have a dataset to classify, using perceptron learning rule . i've calculated the weight matrix but don't know how to plot MSE ...
casi 5 años hace | 1 respuesta | 0
1
respuestaResuelto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
casi 5 años hace
Resuelto
Circumscribed circles
Given the lengths of the 3 sides of a triangle, output the radius of the circumscribed circle. Example: [3 4 5] -> 2.5
casi 5 años hace
Resuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
casi 5 años hace
Pregunta
How can i change values in matrix in random fashion?
i have this matrix p=[1 -1 -1 -1 -1 1 -1; 1 1 1 -1 -1 1 -1] how can i randomly change the values at any two positions in...
casi 5 años hace | 1 respuesta | 0




