Statistiques
RANG
6 259
of 296 227
RÉPUTATION
7
CONTRIBUTIONS
4 Questions
3 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
2
RANG
of 20 372
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 155 723
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
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...
plus de 10 ans il y a | 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...
plus de 10 ans il y a | 0
Question
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. ...
plus de 10 ans il y a | 1 réponse | 1
1
réponseQuestion
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...
plus de 10 ans il y a | 1 réponse | 0
1
réponseHow 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 ...
plus de 10 ans il y a | 1
| A accepté
Question
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...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 10 ans il y a | 1 réponse | 0