Austin Thai
Followers: 0 Following: 0
Statistiques
0 Questions
4 Réponses
RANG
3 623
of 295 673
RÉPUTATION
14
CONTRIBUTIONS
0 Questions
4 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
1
RANG
of 20 262
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 257
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
Cosine Similarity and distances between nodes
I assume you are trying to calculate the cosine distance using the cosine similarity. You can use a for loop , e.g. nodalCoord...
plus de 3 ans il y a | 0
Optimization of Rosenbrock function
I believe you just need to start with a better guess (non-zero) for x0.x, e.g. x0.x = [0.1 0.1]; Then, depending on your const...
plus de 3 ans il y a | 1
| A accepté
Correlation of 300 frames
You can use the 2-D correlation coefficient function corr2(A,B) Depending on how the data for your frames are stored, you can...
plus de 3 ans il y a | 0
| A accepté
Stuck making a Nx3 matrix where there are N rows of x,y,z coordinates
If I am interpreting your question right, you want to vectorize three 11x11 grids of the coordinate directions to make a 121x3 m...
plus de 3 ans il y a | 0
| A accepté