MATLAB QUESTIONS & EXPERT ANSWERS

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

Illustration
How to replace specific characters in a cell array?
Ivan Mich - 2023-03-14

I have a question about a code.   I have a cell array with strings and I would like to replace the last 5 characters with another for every cell arra...

Canny Edge Detection Threshold Values Meaning
Chloe O'Mahony - 2023-03-13

I am using the Canny edge detection method on an image. I am setting the threshold values myself. I have a grayscale image with pixel values in the ra...

While loop for the elements of an array
Giorgos - 2023-03-13

I have an array:   a=[1 1 1 1 1 1 1 10 1 1 1 1 1 1 12 1 1 1 1 3]; I want to make a while loop that does the following enas=0; while a(i)==1 % enas=en...

How to find the variance of an image?
sachin - 2023-03-13

i try to find the variance by var function but it shoew the error. I = imread('eight.tif'); var(I) ...

r g b components of an image
shefali - 2023-03-13

i=imread('car.jpg'); r=i(:,:,1); imshow(r); my result after this is a black and white image. instead it should display red component of the image.. pl...

procesing n number of segments using a loop
Akmol - 2023-03-02

I have segmented an image using k-means. The number of cluster is varying say 'n' number. This part of the code 'segmented_images{k}' contains all the...

MATLAB code for vedio edge detection
ANPHY JOSE - 2023-03-02

hello sir, I need your help in matlab code for video edge detection .It's very urgent.please send the code.  ...

if statement: Having one image as a condition and adjusting
Ihiertje - 2023-03-02

if statement: Having one image as a condition and adjusting another image is condition is met. I'm dividing two images (C=A/B). Now my if the pixelint...

edge detection filters are not detecting my edges for the matrix
Aaron Connell - 2023-03-01

edge detection filters are not detecting my edges for the matrix I created, even though the gradient changes are super obvious   I am trying to use t...

Computation of Non directional Edge
M - 2023-02-23

i want to compute non directional edge of an image block, how i can compute, the simple edge method, will return non directional edge? if no please su...

Get a Free Consultation or a Sample Assignment Review!