Khanh - MATLAB Central
photo

Khanh


2011 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 10/11 to 04/25Use left and right arrows to move selectionFrom 10/11Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

7 質問
1 回答

ランク
208,234
of 298,005

評判
0

コントリビューション
7 質問
1 回答

回答採用率
57.14%

獲得投票数
0

ランク
 of 20,520

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,151

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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...

13年以上 前 | 0 件の回答 | 0

0

回答

質問


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...

13年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Plotting 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); ...

13年以上 前 | 0

| 採用済み

質問


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'...

13年以上 前 | 2 件の回答 | 0

2

回答

質問


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...

13年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

13年以上 前 | 2 件の回答 | 0

2

回答

質問


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...

13年以上 前 | 3 件の回答 | 0

3

回答

質問


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...

13年以上 前 | 1 件の回答 | 0

1

回答