Asghar Ali
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
90,114
of 296,192
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 20,361
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 155,631
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
Struct contents reference from a non-struct array object.
I am getting error in following line of code. if(size(find(cfg.ch1==upper(str(j))),2)==0), valid=0; return; end; and its c...
7 years ago | 1 answer | 0
1
answerQuestion
I am getting following errors in mex file
------------------------------------------------------------------------ Access violation detected at Sun Mar 26 ...
8 years ago | 1 answer | 0
1
answerQuestion
Subscript Indices must be either real positive or logicals
I am getting above error in following code: sets =ones(numel(fonts), numel(chars)); sets(end-349:end,:) = 2 ;
8 years ago | 1 answer | 0
1
answerQuestion
Replication factors must be a row vector of integers or integer scalars.
Replication factors must be a row vector of integers or integer scalars. meanX = repmat(double(meanX), [nFilters/16, 1]); ...
8 years ago | 2 answers | 0