Statistiques
RANG
156 522
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
7 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
57.14%
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
Genrate all combinations of a vector
I have a vector of size n, whose each element can be an integer in the range from 0 to k. I need to generate all possible vari...
presque 13 ans il y a | 1 réponse | 0
0
réponseQuestion
Find integer root in a given range of an equation
Given an equation $\sum_{i=1}^{n} C_{ij}*(x_i - k_i)^2 = R$ with C is a covariance n*n matrix of vector x; R and vector k is g...
environ 13 ans il y a | 1 réponse | 0
1
réponsePlotting 3d sphere from equation
Another way I can think of is using 'ellipsoid'. It will be like this: [x,y,z] = ellipsoid(a,b,c,R,R,R); surf(x,y,z); ...
environ 13 ans il y a | 0
| A accepté
Question
Plotting 3d sphere from equation
I'm looking for a way to plot a 3d sphere given its equation. Eg: (x-a)^2 + (y-b)^2 + (z-c)^2 <= R I found that 'sphere'...
environ 13 ans il y a | 2 réponses | 0
2
réponsesQuestion
Is there known relationship between eigenvalues of covariance matrix and correlation matrix?
I've tried to google but didn't find anything talking about it. My intention is that if I have found the eigenvalues of the co...
environ 13 ans il y a | 1 réponse | 0
1
réponseQuestion
Find max/min eigenvalue of a symmetric matrix
I know I can use eig() to find all eigenvalues as well as eigenvectors and then use max/min to find the max/min eigenvalues. H...
environ 13 ans il y a | 2 réponses | 0
2
réponsesQuestion
n-dimensional plotting in Matlab
So, I have n-dimensional vector x=(x1, x2, x3,...,xn) and a function of vector x: f(x) which is the result of mathematical opera...
environ 13 ans il y a | 3 réponses | 0
3
réponsesQuestion
How to generate a random positive semi-definite matrix of certain size with real numbers in a certain range?
I'm looking for a way to generate a *random positive semi-definite matrix* of size n with real number in the *range* from 0 to...
environ 13 ans il y a | 1 réponse | 0