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…
Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.
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…
Can someone explain how to plot the two linear lines (Billinear curve fiiting) from the existing curve? …
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…
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. …
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…
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…
i try to find the variance by var function but it shoew the error. I = imread('eight.tif'); var(I) …
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 …
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…
hello sir, I need your help in matlab code for video edge detection .It's very urgent.please send the code. …