photo

atan


2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
0 回答

ランク
186,947
of 300,765

評判
0

コントリビューション
6 質問
0 回答

回答採用率
66.67%

獲得投票数
0

ランク
 of 21,084

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,941

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Vector operations not working correctly
I have the following code cvPredictions = (pval < epsilon)== 1; % Anomaly cvPredictions = (pval > epsilon)== 0; % Not an an...

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

1

回答

質問


Variance function in matlab
The variance function in matlab "var" by default normalizes V by N-1 if N>1, where N is the sample size If I want to normaliz...

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

1

回答

質問


Understanding the code snippet
I do not understand what this is doing exactl Can anyone help? eye_matrix = eye(num_labels); y_matrix = eye_matrix(y,:);

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

1

回答

質問


Perform this operation on a scalar/vector or matrix
I have a code like this The function takes z as argument. z can be a scalar or vector or matrix IF it is a vector, I want the ...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


Checking Matlab outputs - 2 functions coded
I'm a bit new to Matlab. I have a .m file called ex1.m which has the following code; %% ======================= Part 2: Plott...

7年弱 前 | 2 件の回答 | 0

2

回答

質問


How to check the output
I'm very new to Matlab. I have a code snippet (example) like this; How to check the output of this function? Sorry for the fu...

7年弱 前 | 1 件の回答 | 0

1

回答