photo

Alsadegh Mohamed


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
1 个回答

排名
243,221
of 300,396

声誉
0

贡献数
7 个提问
1 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,945

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,524

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


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

6 years 前 | 0 个回答 | 0

0

个回答

提问


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

7 years 前 | 2 个回答 | 0

2

个回答

提问


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

8 years 前 | 2 个回答 | 0

2

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 0 个回答 | 0

0

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

已回答
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 (...

8 years 前 | 0

提问


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

8 years 前 | 3 个回答 | 0

3

个回答