photo

raghda aljaff


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
1 Answer

RANK
265,523
of 301,159

REPUTATION
0

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,182

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,105

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

  • Thankful Level 1

View badges

Feeds

View by

Answered
Undefined function 'immse' for input arguments of type 'uint8'.
I used the code above exactly and I convert the image 2 double but unfortunately is still the error message (undefined function ...

8 years ago | 0

Question


Undefined function 'immse' for input arguments of type 'uint8'.
im1=imread('stallite1.JPG'); figure subplot(1,3,1),imshow(im1),title('original image') ref=rgb2gray(im1); subplot(1,3,2),ims...

8 years ago | 2 answers | 0

2

answers