Statistiques
4 Questions
0 Réponses
RANG
163 381
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
75.0%
VOTES REÇUS
0
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
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
Question
FInd a chord in a polyhedron in a random direction?
Given a polyhedron and a point (X,Y) inside it. I want to choose a random direction and plot the chord passing through (X,Y). Ca...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
Find euclidean distance of a m X 2 matrix
Suppose I have a =( 1 ,2; 3, 4;5,6); 3 X 2 matrix x =( 1,10); 2 X 1 matrix bsx_out = bsxfun(@minus,a,x); % i have done...
plus de 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
bsxfun in GPU in PCT v5.2
I am trying to do bsxfun(@minus,b,A*x); It is giving error as: Undefined function 'bsxfun' for input arguments of type 'parall...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
Run custom function on GPU with Parallel Computing Toolbox?
I have a function which needs to find min( b -A*x ). The dimensions of b = 5 X 1; A = 5 X 2; x = 2 X 10; The output of ...
plus de 12 ans il y a | 2 réponses | 0