MATLAB Solutions & Expert Answers

Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.

MATLAB expert answering student questions
Showing page 42 of 208 Ask a Question
How to use isoutlier based in a part of the data?
Mariana · Mar 14, 2023 · isoutlier , threshold , outliers , Resizing and Reshaping Matrices , MATLAB , Language Fundamenta

I have a vector of datas. Like this,   a =[0;0.0028;0.0002;0.0039;0.0061].   As you see, since the 4° element, the values start growing more until the end.   I was trying to de…

Bi-linear (piecewise) curve fitting
Mark Cuanan · Mar 14, 2023 · billinear curve fi... , pushover curve , RF Toolbox , Visualization and Data Export

Can someone explain how to plot the two linear lines (Billinear curve fiiting) from the existing curve?    …

Plot data in matlab
MattC · Mar 14, 2023 · subplot , Two y-axis , 2-D and 3-D Plots

Hi, I have 3 variables which are basically in form of % and I would like to build a trent plot for these Example:   03/06/2023 - A - 5%03/06/2023 - B - 50%03/06/2023 - C - 55% I w…

How to replace specific characters in a cell array?
Ivan Mich · Mar 14, 2023 · for loop , if statement , characters , command

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 array. I tried strrep but no use. …

Canny Edge Detection Threshold Values Meaning
Chloe O'Mahony · Mar 13, 2023 · canny , edge detection , image processing , Object Analysis , thresholding , filter

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 range 0 to 255. I have a current…

While loop for the elements of an array
Giorgos · Mar 13, 2023 · while loop , Image Segmentation and Analysis , Object Analysis , Image Processing and Computer Visi

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=enas+1; end But I don't know how…

How to find the variance of an image?
sachin · Mar 13, 2023 · Image Segmentation and Analysis , Object Analysis , Image Processing and Computer Vision

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 · Mar 13, 2023 · r g b components , Image Segmentation and Analysis , Object Analysis , Remosaic of RGB image array

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.. please suggest something to get …

procesing n number of segments using a loop
Akmol · Mar 2, 2023 · mage segments pro... , Image Segmentation and Analysis , Image Segmentation

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 segments. I would like proces…

MATLAB code for vedio edge detection
ANPHY JOSE · Mar 2, 2023 · urgent , Image Processing Toolbox , Object Analysis

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

Get a Free Consultation or a Sample Assignment Review!