photo

Alsadegh Mohamed


Attivo dal 2017

Followers: 0   Following: 0

Statistica

MATLAB Answers

7 Domande
1 Risposta

RANK
251.154
of 300.331

REPUTAZIONE
0

CONTRIBUTI
7 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
0

RANK
 of 20.920

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.124

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

Feeds

Visto da

Domanda


CDOM and EDOM algorithm
I need Centroid based dissociation object model (CDOM) or extrema based dissociation object model (EDOM) algorithm

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


Principal Component Analysis PCA
I need to use PCA for features selection. Foe example if the number of features = 300 the result by PCA = 15. I used PCA comman...

oltre 7 anni fa | 2 risposte | 0

2

risposte

Domanda


SVM and KNN for image classification
I work in image classification by extracting the features from the images (for example 1000 images in the group consist of 5 cla...

circa 8 anni fa | 2 risposte | 0

2

risposte

Domanda


How can I convert matlab file into arff file
I have matlab file how can I convert it into arff file

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Applying LBP on the image
The maximum value in the LBP array = 2^8 =265 so I apply uint8 on the LBP operation on the image, then I apply the histogram ...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


How to write cell array of matab into a csv file
I have matlab file consist of many columns of numbers and last column is characters in cell array I want to convert cell array i...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Risposto
i want to change the result in the following code that instead of result 1 2 3 4 5 give me a b c d e
I want vector, its size 2000 the values in this vector from 1 to 400 is (a) and from 401 to 800 is (b) and from 801 to 1200 is (...

oltre 8 anni fa | 0

Domanda


i want to change the result in the following code that instead of result 1 2 3 4 5 give me a b c d e
for ii=1:(2000) if ii>=1 && ii<=(400) c(1,ii)=1; else if ii >=(401) && ii<=(800) c(1,ii)=2; ...

oltre 8 anni fa | 3 risposte | 0

3

risposte