Statistics
RANK
251,337
of 296,864
REPUTATION
0
CONTRIBUTIONS
1 Question
3 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,414
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,249
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
changing the rgb values of the pixels in a jpg image
J=imread('A.jpg'); for i=1:r for j=1:c J(i,j,1)=newrgb(1,1); J(i,j,2)=newrgb(1,2); J(i,j,3)=newrgb(1,3); end...
7 years ago | 3 answers | 0
3
answersHow to react on a change of variable from workspace?
I have a problem, and that's the value for the variables i use in the mfile never change. every time i modify the m file, for in...
14 years ago | 0
changing the rgb values of the pixels in a jpg image
the problem is solved. it seems matlab kept the previous wrong answer in the memory in a way. I came to know this when I chang...
14 years ago | 0
changing the rgb values of the pixels in a jpg image
newrgb values are between 1 to 100, and of type double.
14 years ago | 0