MATLAB QUESTIONS & EXPERT ANSWERS

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

Illustration
how can i solve the error of reading permission during loading of number of images from a folder?
Esperanza - 2020-10-03

d=dir('d:\train2'); for i=1:4 fname=d(i).name; z=imread(fname,'bmp'); end this code is giving error ??? Error using ==> imread at 358 Can't open file ...

How to identify the location of a cell that meets a specific quantity condition?
Nalani - 2020-10-03

Is anyone familiar with an in-built MATLAB command that can specify locations of where a certain conditions is met? For Example: I have a gradient int...

how to convert a double matrix image to a unit8 matrix ?
Ralph - 2020-10-03

I have an image ,a matrix with values between -0.0934 and 0 and i want to convert it to unit8 matrix with values between 0 ans 255.  ...

How to I apply Gaussian filter on images in MATLAB?
Eliezer - 2020-10-03

How to I apply a 7 x 7 Gaussian blurr operator with standard deviation of 1.6 and downscaled by a factor of 3 ? I tried to write this code but got err...

Can anyone change this script without using CV toolbox?
Giancarlo - 2020-10-03

I'm trying to store mergerd image (imfuse) which include two lines (yellow and blue) - see script below. Does anyone has an idea how to store this ima...

Can you please help with the following code to generate a energy level diagram?
Emanuel - 2020-10-01

Hello everyone, I run the following code and generated the attached image. But unfortunately the horizontal bar (horizontal allignment) is missing for...

How to save concatenated images in MATLAB?
Nehemiah - 2020-10-01

I am trying to concatenate two 256x256 images and save them using imwrite. The saved image is supposed to be 256x512, but when I load the saved image,...

how can i make an infinitely simulating model in simulink?
Muhammad - 2020-10-01

Normally in simulink we specify the time for simulation. But I want to implement an image processing system which continuously take images from a came...

How can I track and measure the velocity of a moving object in a video?
Marshall - 2020-10-01

The video itself is quite simple. It's a high contrast capture of a droplet moving across the screen. How can I calculate the velocity of the droplet ...

Image processing: transition between two halves of an image
Brinley - 2020-10-01

do you know if it's possible to make the transition between two halves of an image less sharp in order to obtain a more soft and realistic effect? I m...

Get a Free Consultation or a Sample Assignment Review!