photo

NaN1988


TUD

Actif depuis 2012

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

5 Questions
1 Réponse

RANG
161 403
of 300 352

RÉPUTATION
0

CONTRIBUTIONS
5 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
20.0%

VOTES REÇUS
0

RANG
 of 20 928

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 212

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

  • Thankful Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


Results of knnsearch do not make sense (to me)
Hello, I am using [IDX,D] = knnsearch(y,y,'K',2,'NSMethod','exhaustive') to find the nearest neighbor to each point of y in y...

environ 8 ans il y a | 2 réponses | 0

2

réponses

Question


Coefficients for system of differential equations in pdetool
Dear people, I have been struggling several days with Matlab and digging in the documentation to solve this system of parabol...

environ 11 ans il y a | 1 réponse | 0

0

réponse

Question


Uneven mesh resolution with pdetool
Hi all, Is it possible to generate a mesh with unveven resolution with pdetool? Something like <http://upload.wikimedia.org/w...

plus de 11 ans il y a | 1 réponse | 0

0

réponse

Question


Insert f coefficient in pdetool
Hi all, I am using pdetool to solve the following <http://www.mathworks.co.uk/help/pde/ug/parabolic.html?searchHighlight=para...

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Question


Solving differential equations with an integral
Hi people, I have a problem that I'm not able to find a proper solution. Imagine a population balance, we have P1 particles o...

environ 13 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
making loop for parameter calculations
That looks like the typical while loop alpha=[alpha1 alpha2 ...alphan] a=0; k=1; while a==0 A=alpha(k) X=f(A...

environ 13 ans il y a | 0