Hieu Nguyen - MATLAB Central
photo

Hieu Nguyen


2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 03/17 to 04/25Use left and right arrows to move selectionFrom 03/17Use 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 回答

ランク
86,386
of 298,292

評判
0

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

回答採用率
28.57%

獲得投票数
0

ランク
 of 20,560

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,775

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


LDA analysis: The pooled covariance matrix of TRAINING must be positive definite.
Hello, I am running into this issue. How can I resolve it? Y = csvread('mydata.csv'); flag = Y(:,1); label = Y(:,2);...

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

1

回答

質問


Use biplot(): How to plot three different colors after running PCA using only the first 2 principal components
Hello, I am new to Matlab and I do not know the syntax well enough to do this task. I have a data set and I split it into ...

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

0

回答

質問


Simple Perceptron algorithm in matlab: cannot draw the classifier line
I am new to Matlab and I am trying to test my learning curve by writing the perceptron algorithm from scratch. I have seen this ...

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

0

回答

質問


Plot always appears as a straight line
v = [0:100]; m = 4.65*10.^-26; y = ((m*v)/(4.14*10.^-21)).*exp((-m*v.^2)/2*4.14*10.^-21); plot(v,y) title('Density...

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

2

回答

質問


Periodic functions show up as a straight line
Hello everyone! When I plot the multiplots in one figure, only x1 shows up as a true graph of a periodic function, the rest s...

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

1

回答

回答済み
How to get an x coordinate from a given y?
I got it. Thanks. I appreciate it!

7年以上 前 | 0

質問


How to get an x coordinate from a given y?
<</matlabcentral/answers/uploaded_files/92108/HW7_R2%20copy.jpg>> Hello, I am working a problem that asks me to graph the squ...

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

2

回答

質問


How can I stop My Gauss-Seidel loop when the if condition is met.
D = diag(diag(A)); L = tril(-A,-1); U = triu(-A,1); %transition matrix and constant vector used for iterations ...

約8年 前 | 1 件の回答 | 0

1

回答