Statistics
6 Questions
0 Answers
RANK
189,977
of 295,486
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,236
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
Detecting nonzero matrix elements in a rectangle
I have an image that I performed Sobel Edge Detection on. I am planning on drawing rectangles on top of the edge detected image ...
10 years ago | 1 answer | 0
1
answerQuestion
Replacement for bsxfun(@times)?
In my code I have the following data sets: r = <150902x1 double> specR = <301x1 double> Now entering the following co...
10 years ago | 1 answer | 0
1
answerQuestion
Saving a true color image
I created a true color image using values for RGB: R = 1; G = 0.3301; B = 0.9; truecolor_image = cat(...
10 years ago | 1 answer | 0
1
answerQuestion
Multiple Element Array Multiplication
I have two arrays, and I was wondering how to take one array term by term and multiply it to all elements of another ray. For ex...
10 years ago | 1 answer | 0
1
answerQuestion
Adding cell array elements
I have a cell array filled with elements of C= [541x541x3 uint8] [541x541x3 uint8] [541x541x3 uint8]...
10 years ago | 1 answer | 0
1
answerQuestion
Sum of a cell of arrays
My code consists of scanning the current directory for all .bmp image files, creating a cell array (called "C") with the names o...
10 years ago | 2 answers | 0