Statistics
7 Questions
0 Answers
RANK
136,050
of 299,722
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
42.86%
VOTES RECEIVED
0
RANK
of 20,790
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 165,604
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 2 answers | 0
2
answersQuestion
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 ago | 0 answers | 0