photo

Sinan Islam


Last seen: Today 2016 年からアクティブ

Followers: 0   Following: 3

統計

MATLAB Answers

5 質問
4 回答

ランク
22,048
of 297,648

評判
2

コントリビューション
5 質問
4 回答

回答採用率
60.0%

獲得投票数
1

ランク
 of 20,460

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,301

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • First Answer
  • Explorer
  • First Review
  • Thankful Level 1

バッジを表示

Feeds

表示方法

回答済み
How to normalize data between 0 and 1
X_max = max(X); X_min = min(X); X_scaled = (X - X_min) ./ (X_max - X_min); % scales X to [0, 1]

25日 前 | 0

回答済み
Two equal datetime values showing as unequal when compared?
You can convert the dates to string before comparing them.

2年弱 前 | 0

回答済み
How do you resolve conflict when multiple toolboxes have functions with the same name?
I solved this problem by packaging the conflicting function. I have two functions, both named "pca". The first pca function is ...

3年弱 前 | 0

質問


Retrain Machine Learning Model On New Data
Hello, I have trained an SVM model using fitcsvm and saved it to disk. Now I have new data that were never used by the model...

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

1

回答

回答済み
How to apply majority voting for classification ensemble in Matlab?
Matlab should consider adding vote ensemble.

4年以上 前 | 1

質問


Indexed Assignment on the Right Side
I am calling function f(x) that returns a matrix of 100 columns. All what I need is just the 10th column. So I need one vecto...

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

2

回答

質問


Function Has Been Partially Removed
Hello, I am using the Financial toolbox. I noticed alot of functions have a warning that a function has been partially removed....

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

1

回答

質問


Time Series Hamilton Filter
Hello, I am just wondering why MATLAB Econometrics Toolbox does not include the Hamilton Filter? Do you have a plan to inclu...

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

1

回答

質問


Balance The Distribution of a Binary or Nominal Variable
Hello, I am trying to predict a binary target with True/False possible values. The dataset consists of 500 observations, 400...

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

1

回答