Statistics
RANK
21,648
of 300,989
REPUTATION
1
CONTRIBUTIONS
1 Question
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
of 21,131
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 172,218
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Answered
Replace repetitive values in a matrix with another value?
So I have imgname = 'my tif file path' imgmat = imread(imgname); idxrep = ~diff([-inf,imgmat]) imgmat(idxrep) ...
Replace repetitive values in a matrix with another value?
So I have imgname = 'my tif file path' imgmat = imread(imgname); idxrep = ~diff([-inf,imgmat]) imgmat(idxrep) ...
13 years ago | 0
Answered
Replace repetitive values in a matrix with another value?
The problem that I can see with diff() is that it reduces the number of elements in each row by 1 because it takes the differenc...
Replace repetitive values in a matrix with another value?
The problem that I can see with diff() is that it reduces the number of elements in each row by 1 because it takes the differenc...
13 years ago | 0
Question
Replace repetitive values in a matrix with another value?
Hello there, I'm new to Matlab so hopefully I can attempt to explain this! I have an image that has some interference that I ...
13 years ago | 4 answers | 1
