質問


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...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


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 ...

2年以上 前 | 0 件の回答 | 0

0

回答

質問


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...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


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

2年以上 前 | 1 件の回答 | 0

1

回答