MATLAB QUESTIONS & EXPERT ANSWERS

Ask an expert. Trust the answer.
Your academic and career questions answered by verified experts.

Illustration
Why conv2 gives opposite sign
Hazel - 2020-11-02

I have a simple matrix I:   I = [1,2,3,4,5; 6,7,8,9,10; 11,12,13,14,15; 16,17,18,19,20; 21,22,23,24,25] My kernel is: k = [0,0,0; 1,0,-1; 0,0,0] I wo...

How to change the intensity of a circle/ring in an image?
Skylar - 2020-11-02

Hi, I need to Create a 256X256 image with 8-bit image intensity values, generate three circles in radii of 96, 64, 32 aligned to the center of the ima...

How to get image input in MATLAB App?
Paisley - 2020-11-02

I wish to create my own image processing app where I want to perform filtering of the image. Is there a way to accept an image as input in MATLAB App?...

Shadow detection and removal based on HSV color model.
Jazmine - 2020-10-31

Index exceeds matrix dimensions. Error in Bpos (line 37) w= (cfv(i,j)/pv(i,j)); Code is here:   mov = VideoReader('C:/Users/research01/Desktop/Walkin...

conv2: First and second arguments must be numeric or logical
Emmitt - 2020-10-31

I continue to get the same issue although I have two matrices using only integers. h1 = {-1, -2, -1; 0, 0, 0; 1, 2, 1}; ogI = imread('image.jpeg'); I ...

To find the coordinates of the following image?
Ezequiel - 2020-10-31

I want to find the coordinates of the middle fingure in both hands....

How do I vertically segment a image in three parts?
Cataleya - 2020-10-31

One of the module of my project requires me to divide a page into three parts, and then discard the middle one. Then I have to work with the 1st and t...

Do the image pixels remain the same pixels when i print it on paper?
Yisroel - 2020-10-30

% another question, Does the paper quality affect the image pixels?...

Creating .PNG image from temperature values
Merrick - 2020-10-30

The size of my table (i.e. variables) is 462x622 double I used the code below to create an image: imagesc(image); colormap jet; axis off However, the ...

size() for images
Konner - 2020-10-30

readImage1=imread(image_file1); m = size(readImage1); what does mean by the second line of the code ?...

Get a Free Consultation or a Sample Assignment Review!