MATLAB QUESTIONS & EXPERT ANSWERS

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

Illustration
how to calculate degree of similarity between two images?
bay rem - 2024-02-05

i wanna know if there is a way to calculate degree of similarity between two images?  ...

How to run this code?
Afeza Ajirah - 2024-02-05

Hi, i have problem on running this code due to some error. The only output is the displaying of 'original image'. Hopefully, you guys can help me fix ...

How to display output image from 'Regionprops'?
Fahmi Akmal Dzulkifli - 2024-02-01

Greetings, I have a code like shown as below:   img = imread('I.jpg'); % this image in grayscale c = 1; BW = img > 0; BW = bwareaopen(BW,50); s = reg...

how to produce edge detected image?
nita ahmeti - 2024-02-01

 using the Laplacian of the Gaussian or Sobel filters, of user-specified size and parameters where applicable. how to apply filters of varying size...

How to re size a too big image into small by keeping original values.
Atul Tiwari - 2024-02-01

I have an gray scale image of size uint16. when i try to open this image , i get warning that it is too big. I have tried imresize( ) function to make...

How to use a for loop to create a table to display special characters.
Kalpha.mc - 2024-01-31

I need to get the rest of the numbers and characters in between?   for t = 1 between = (180:1:200); char = char(between); fprintf('%d %c\n',between ,...

how to create a white image?
Mr M - 2024-01-31

I would like to create a NxM white image. But how to put color vectors [256 256 256] into a 2D array?  ...

Image pixels value exceeds 0-255 range, after arithmetic operations on image - How to solve it
Patrick Star - 2024-01-31

I = imread('img.jpg'); I = (double(I).^3)   The problem is, when I do operations like I.^3, pixels go far away from 255 value. I need them to be in r...

Why does 'implay' or 'imshow' display a blank image for my matrix image data?
ramesh - 2024-01-30

I have black and white image data that is stored in a matrix, 'img'. When I execute the following commands, I can see the image in black and white:  ...

How do I obtain the coordinates of the mouse on the screen displayed somewhere in my figure window?
rew_sahsani - 2024-01-30

How do I obtain the coordinates of the mouse on the screen displayed somewhere in my figure window?...

Get a Free Consultation or a Sample Assignment Review!