MATLAB QUESTIONS & EXPERT ANSWERS

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

Illustration
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?...

How can I programmatically print a GUI with a button
riya_singh - 2024-01-30

I have created a GUI with GUIDE, and I would like to let app users print an image of the app with a button. How can I do this?  ...

how to calculate and plot power spectral density of a given signal?
arash - 2024-01-29

I have signal and i want to plot it's power spectral density , What should i do? is it right if i first calculate the FFT of a signal and then get the...

Can i plot spectrum of a signal in Matlab
Praveen_sharma - 2024-01-29

I want to plot spectrum diagram which gives the frequency content of a signal x(t) for example if i draw spectrum of x(t) = 14 cos(200*pi*t -pi/3) by ...

Get a Free Consultation or a Sample Assignment Review!