Statistics
4 Questions
0 Answers
RANK
23,508
of 295,467
REPUTATION
1
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Why is Imread returning a 3 dimensional matrix when reading a grayscale image?
I used avitoframe to segment an avi file into png images frame by frame. The video parameters are listed as RGB24. However, when...
11 years ago | 0 answers | 1
0
answersQuestion
alternatives to putting multiple placeholders
I have an 1000000*8 matrix which I am trying to output to a text file. fprintf(fid, '\n%12d %12d %12d %12d %12d %12d %12d...
12 years ago | 2 answers | 0
2
answersQuestion
adding to a matrix with
I want to add one to the matrix A for each time the respective linear index appears in the vector Ex. lin_ind = 1 1 ...
13 years ago | 1 answer | 0
1
answerQuestion
substituting a column into a 3D matrix
I have a matrix R = zeros(4,5,3) and I want to make the last column of each matrix a different number. such that given C is a v...
13 years ago | 2 answers | 0