摘要:
Scilab Help>> Statistics > Summaries > tabultabulfrequency of values of a matrix or vector [m]=tabul(X [,order])order: ‘i’ 升序 ‘d’ 降序,默认值统计向量或矩阵中 ... 阅读全文
摘要:
//m sci 代码function [xc,yc,Ra,Rb,theta,res] = ovalfit(x,y)//椭圆方程:x^2+res(1) xy+res(2) y^2+res(3) x+res(4) y+res(5)=0;//长半轴Ra,短半轴Rb,中心(xc1,yc1); 长轴与x轴夹角... 阅读全文
摘要:
//m文件 sci文件function [xc,yc,R,a] = circfit(x,y)//CIRCFIT Fits a circle in x,y plane// [XC, YC, R, A] = CIRCFIT(X,Y)// Result is center point (yc,xc) an... 阅读全文
摘要:
// .m .sci 文件 代码function [Res,u1,u2]=NormalTest(x,alpha)//u1=g1/sig1 ~ N(0,1) 偏度//u2=(g2-mu2)/sig2 ~ N(0,1) 峰度//N>=100. 当N0) then Res=0;else R... 阅读全文