Estadística
4 Preguntas
3 Respuestas
CLASIFICACIÓN
6.300
of 295.448
REPUTACIÓN
7
CONTRIBUCIONES
4 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
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
Run/Display Neural Network on Test data after training
After you have built and trained your network, use the "sim" command to simulate the network, e.g. Y = sim(net,P) % P is...
más de 10 años hace | 0
Observing Execution of a Program
You can use the Debug system to execute statements line-by-line by jumping into or over code, and/or using breakpopints. You ca...
más de 10 años hace | 0
Pregunta
Maximize/minimize output of weighted inputs
I am trying to find an efficient method to "optimize" a result given a set if inputs and weights e.g. a stock trading strategy. ...
más de 10 años hace | 1 respuesta | 1
1
respuestaPregunta
Only plot top part of 3D bar
I am plotting the results of cross correlation on a bar3 figure. At times, a lot of the values are 'close' to each other, so in...
más de 10 años hace | 1 respuesta | 0
1
respuestaHow to suppress the ans in a user defined function
When you call MyMax_1(A), add a semi-colon to the end of that line e.g. x=[1,2,3;4,5,6]; MyMax_1(x); maxcolumns ...
más de 10 años hace | 1
| aceptada
Pregunta
3D plot: XY axes plane at Z=0
When I create a 3D plot, e.g: [x,y] = meshgrid([-2:.2:2]); Z = x.*exp(-x.^2-y.^2); surf(x,y,Z,gradient(Z)); The pl...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Merging two matrices by first column values
I have two matrices (A and B), the first column in each is a date, the second column is a reading (double). The dates in A and ...
más de 10 años hace | 1 respuesta | 0