Pregunta


calculate kurtosis in matlab and minitab but not same answer
it my data 0.53767 -1.30769 -1.34989 -0.20497 1.83389 -0.43359 3.03492 -0.12414 -2.25885 0.34262 0.72540 1.48970 0.86...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Extract and sort size of matrix where in the cell
clc;clear;close all im= [0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 ...

más de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Using for loop for cell array
clc;clear;close all bw = rgb2gray(imread('image_3.png')); figure;imshow(bw);title('orginal image') [B,~,N]=bwboundaries(b...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


x=0:pi/100:2*pi; y=sin(x); if x>3 plot(x,y,"b*") else x<=3; plot(x,y,"g*") end I Want PLot X>3 using Defferent Color
clc;clear;close all x=0:pi/100:2*pi; y=sin(x); if x>3 plot(x,y,"b*") else x<=3; plot(x,y,"g*") end

más de 2 años hace | 1 respuesta | 0

1

respuesta