photo

Alsadegh Mohamed


Actif depuis 2017

Followers: 0   Following: 0

Statistiques

MATLAB Answers

7 Questions
1 Réponse

RANG
193 185
of 300 365

RÉPUTATION
0

CONTRIBUTIONS
7 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 20 933

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 262

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

Feeds

Afficher par

Question


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

plus de 6 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 7 ans il y a | 2 réponses | 0

2

réponses

Question


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

plus de 8 ans il y a | 2 réponses | 0

2

réponses

Question


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

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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 (...

plus de 8 ans il y a | 0

Question


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

plus de 8 ans il y a | 3 réponses | 0

3

réponses