Statistics
4 Questions
0 Answers
RANK
240,673
of 300,853
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 21,094
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 171,319
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
Question
How do I read a raw images in MATLAB and then display the values as a matrix?
The jpg I attached was originally a .raw file. Can someone see if they can convert it to raw file and check what the values are ...
9 years ago | 0 answers | 0
0
answersQuestion
When I read a pgm file on matlab and read it for some reason it changes the elements, how can i prevent that from happening? I can't attach the image but can someone help me in making sure the elements dont change when reading a pgm file, thank you
myFolder = ''; % this has the path file for where the pgm files are stored if ~isdir(myFolder) errorMessage = sprintf(...
9 years ago | 1 answer | 0
1
answerQuestion
When I'm reading an image its giving me values that are above 100 when it should be less, how do I retain the true values of the elements without changing the element values
This is the image I want to read, but when I read it the element closest to the black region should be 51 but instead im getting...
9 years ago | 2 answers | 0
2
answersQuestion
Is there a way to extract a specific element adjacent to an element that you specify in a matrix and change it. So I would like to extract 0 adjacent to 153 in this matrix. | 0 0 0 0 | | 0 153 0 0 | | 0 0 0 0 |
Is there a way to extract a specific element adjacent to an element that you specify in a matrix and change it. So I would like ...
9 years ago | 3 answers | 0
