photo

Sinan Islam


Last seen: ein Tag vor Aktiv seit 2016

Followers: 0   Following: 3

Nachricht

Statistik

MATLAB Answers

5 Fragen
4 Antworten

RANG
22.047
of 297.503

REPUTATION
2

BEITRÄGE
5 Fragen
4 Antworten

ANTWORTZUSTIMMUNG
60.0%

ERHALTENE STIMMEN
1

RANG
 of 20.449

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 159.017

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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]

17 Tage vor | 0

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

fast 2 Jahre vor | 0

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

fast 3 Jahre vor | 0

Frage


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

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to apply majority voting for classification ensemble in Matlab?
Matlab should consider adding vote ensemble.

etwa 4 Jahre vor | 1

Frage


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

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort