Statistica
RANK
257.311
of 297.016
REPUTAZIONE
0
CONTRIBUTI
7 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
57.14%
VOTI RICEVUTI
0
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
circa 13 anni fa | 0 risposte | 0
0
risposteDomanda
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...
circa 13 anni fa | 1 risposta | 0
1
rispostaPlotting 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); ...
oltre 13 anni fa | 0
| accettato
Domanda
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'...
oltre 13 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 13 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 13 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 13 anni fa | 3 risposte | 0
3
risposteDomanda
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...
oltre 13 anni fa | 1 risposta | 0