photo

Mohamad Afiq


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
136,051
of 299,737

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
42.86%

收到投票数
0

排名
 of 20,791

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,655

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to replace MATLABPOOL to PARPOOL ?
Hello guys. I run a Parallel Toolbox coding which is annkmeans.m. In this coding, I found that, it still used the matlabpool co...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Unable to load video dataset
Hello guys. Does anyone familiar in using DTF file extension, which is used for action recognition coding. But in my situation, ...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Unable to load datasets
Hello guys. I have a program coding which I found in the Internet. To run the program, it needs to load datasets. But in the co...

6 years 前 | 0 个回答 | 0

0

个回答

提问


mexa64 to mexw64 file extension
Hello guys. Currently, I run a MATLAB program on Windows OS. But in the coding, there's certain part calling for the MEX file, ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Undefined operator ':' for input arguments of type 'parallel.Pool'
These are the code: % chunk the data up numData = size(X,2) ; numChunks = parpool('local', 2); data = Composite() ; dist = ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Princomp has been removed. Use PCA instead.
Hey guys. Can anyone help me convert the 'princomp' command to 'pca' ? Below are the coding. pca_coeff{i} = princomp(feat'); ...

6 years 前 | 2 个回答 | 0

2

个回答

提问


Index exceeds matrix dimensions
I run a program of Improved Dense Trajectory features Encoded by Fisher Vector, written by Bo Yang. Below shows a part of the co...

6 years 前 | 0 个回答 | 0

0

个回答