| 查看: 1770 | 回复: 6 | |||
| 当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖 | |||
[交流]
【求助】MATLAB错误
|
|||
|
为什么此程序运行会出现这个错误: ??? Error using ==> diff Function 'diff' is not supported for class 'cfit'. Error in ==> cfit.plot at 65 if any(diff(xdata)<0) Error in ==> CO2 at 20 plot(x,yy1,'g-'); |
» 猜你喜欢
售SCI-T0P文章,我:8O.5.5.1.O.54,科目齐全,可+急
已经有5人回复
欢迎发来filecode的Mz6后的代码验证其规律
已经有50人回复
filecode
已经有11人回复
售SCI文章,我:8O.5.5.1O.54,科目全,可十急
已经有5人回复
售SCI一区T0P文章,我:8.O55.1.O.54,科目全,可十急
已经有5人回复
售SCI文章,我:8O5.5.1.O.54,科目齐全,可+急
已经有6人回复
售SCI一区T0P文章,我:8.O55.1.O.54,科目全,可十急
已经有4人回复
售SCI文章,我:8O5.5.1.O.54,科目齐全,可+急
已经有4人回复
小木虫上这么多卖论文的,真有人买论文么?感觉没必要啊
已经有12人回复
售SCI一区文章,我:8O5.5.1.O5.4,科目全,可伽急
已经有4人回复
» 本主题相关价值贴推荐,对您同样有帮助:
matlab安装过程中出现了错误
已经有3人回复
Matlab中RBF建模,仿真是遇到的问题
已经有6人回复
求助matlab-simulink运行时报错问题
已经有3人回复
求matlab7.0安装程序或中文说明
已经有5人回复
VS2005下matlab调用
已经有8人回复
【求助】向各位大侠求助matlab求解微分方程组遇到的一个问题
已经有21人回复
【求助】求matlab软件,要求能用
已经有5人回复
关于应用MATLAB工具箱BP网络编程问题
已经有1人回复
【求助】大家看看,matlab安装过程的截图,找出错
已经有14人回复
【求助】使用Matlab预估动力学方程问题
已经有13人回复
» 抢金币啦!回帖就可以得到:
今天看到省基金挂了,希望国基面上能中吧
+5/450
祝福!基金中中中!!!!
+1/437
2026年生物学、大数据与信息工程国际会议 (BSBIE 2026)
+1/251
中国科学院空天院精密干涉测量团队 精密机械结构工程师招聘启事
+1/84
中国科学院空天院精密干涉测量团队 精密机械结构工程师招聘启事
+1/83
中国科学院空天院精密干涉测量团队招聘光学/算法/机械方向博士后/特别研究助理
+1/82
广西大学 化学化工学院 新入职教师招生 化学、化学工程与技术、材料化工专业
+1/49
祈福!
+1/34
清华大学深圳国际研究生院招聘-博士后(长期有效)
+1/30
祈福
+1/28
浙江大学医学院附属第一医院招聘科研助理
+1/11
论文祈福
+1/10
27级博士生 + 福州大学 + 经管学院 + 管理科学与工程(见贴则有指标)
+1/9
北理工集成电路杰青团队 | 诚招科助理
+1/4
论文万能框架
+1/4
中山大学李国强课题组招收博士生(柔性电子方向)
+1/3
国家级人才团队诚聘生物信息相关专业的科研助理
+1/3
苏州大学能源学院管大秦课题组诚聘博士后及招收博士/硕士研究生
+1/2
中国科学技术大学环境学院招聘招生
+1/2
悉尼科技大学(QS 第87)数据科学/AI招收2027年秋季入学全奖及CSC博士生
+1/1
★ ★ ★ ★
小木虫(金币+0.5):给个红包,谢谢回帖交流
robert2020(金币+3):非常感谢虫友应助!辛苦了! 2010-12-21 13:08:56
小木虫(金币+0.5):给个红包,谢谢回帖交流
robert2020(金币+3):非常感谢虫友应助!辛苦了! 2010-12-21 13:08:56
|
恩 对的,具体的方法可以由cflibhelp得到~ 祝你好运 For curves: GROUP DESCRIPTION distribution - distribution models such as Weibull exponential - exponential function and sum of two exponential functions fourier - up to eight terms of fourier series gaussian - sum of up to eight gaussian models power - power function and sum of two power functions rational - rational equation models, up to 5th degree / 5th degree sin - sum of up to eight sin functions spline - splines interpolant - interpolating models polynomial - polynomial models up to degree nine For surfaces: GROUP DESCRIPTION interpolant - interpolating models polynomial - polynomial models up to degree five lowess - lowess smoothing models To list only the model equations for a group, type CFLIBHELP followed by the group name. Example: cflibhelp polynomial All models in the Curve Fitting Library: DISTRIBUTION MODELS MODELNAME EQUATION weibull Y = a*b*x^(b-1)*exp(-a*x^b) EXPONENTIAL MODELS MODELNAME EQUATION exp1 Y = a*exp(b*x) exp2 Y = a*exp(b*x)+c*exp(d*x) FOURIER SERIES MODELNAME EQUATION fourier1 Y = a0+a1*cos(x*p)+b1*sin(x*p) fourier2 Y = a0+a1*cos(x*p)+b1*sin(x*p)+a2*cos(2*x*p)+b2*sin(2*x*p) fourier3 Y = a0+a1*cos(x*p)+b1*sin(x*p)+...+a3*cos(3*x*p)+b3*sin(3*x*p) ... fourier8 Y = a0+a1*cos(x*p)+b1*sin(x*p)+...+a8*cos(8*x*p)+b8*sin(8*x*p) where p = 2*pi/(max(xdata)-min(xdata)). GAUSSIAN SUMS (Peak fitting) MODELNAME EQUATION gauss1 Y = a1*exp(-((x-b1)/c1)^2) gauss2 Y = a1*exp(-((x-b1)/c1)^2)+a2*exp(-((x-b2)/c2)^2) gauss3 Y = a1*exp(-((x-b1)/c1)^2)+...+a3*exp(-((x-b3)/c3)^2) ... gauss8 Y = a1*exp(-((x-b1)/c1)^2)+...+a8*exp(-((x-b8)/c8)^2) INTERPOLANT INTERPTYPE DESCRIPTION Curves & Surfaces: linearinterp linear interpolation nearestinterp nearest neighbor interpolation cubicinterp cubic spline interpolation Curves Only: pchipinterp shape-preserving (pchip) interpolation Surfaces Only: biharmonicinterp biharmonic (MATLAB 4 griddata) interpolation POLYNOMIAL MODELS MODELNAME EQUATION Curves: poly1 Y = p1*x+p2 poly2 Y = p1*x^2+p2*x+p3 poly3 Y = p1*x^3+p2*x^2+...+p4 ... poly9 Y = p1*x^9+p2*x^8+...+p10 Surfaces: Model names for polynomial surfaces are 'polyij', where i is the degree in x and j is the degree in y. The maximum for both i and j is five. The degree of the polynomial is the maximum of i and j. The degree of x in each term will be less than or equal to i, and the degree of y in each term will be less than or equal to j. For example: poly21 Z = p00 + p10*x + p01*y + p20*x^2 + p11*x*y poly13 Z = p00 + p10*x + p01*y + p11*x*y + p02*y^2 + p12*x*y^2 + p03*y^3 poly55 Z = p00 + p10*x + p01*y +...+ p14*x*y^4 + p05*y^5 POWER MODELS MODELNAME EQUATION power1 Y = a*x^b power2 Y = a*x^b+c RATIONAL MODELS Rational Models are polynomials over polynomials with the leading coefficient of the denominator set to 1. Model names are 'ratij', where i is the degree of the numerator and j is the degree of the denominator. The degrees go up to five for both the numerator and the denominator. For example: MODELNAME EQUATION rat02 Y = (p1)/(x^2+q1*x+q2) rat21 Y = (p1*x^2+p2*x+p3)/(x+q1) rat55 Y = (p1*x^5+...+p6)/(x^5+...+q5) SUM OF SINE FUNCTIONS MODELNAME EQUATION sin1 Y = a1*sin(b1*x+c1) sin2 Y = a1*sin(b1*x+c1)+a2*sin(b2*x+c2) sin3 Y = a1*sin(b1*x+c1)+...+a3*sin(b3*x+c3) ... sin8 Y = a1*sin(b1*x+c1)+...+a8*sin(b8*x+c8) SPLINES Spline models are only supported for curve fitting, not for surface fitting SPLINETYPE DESCRIPTION cubicspline cubic interpolating spline smoothingspline smoothing spline LOWESS Lowess models are only supported for surface fitting, not for curve fitting MODELNAME DESCRIPTION lowess local linear regression loess local quadratic regression |
5楼2010-12-20 20:56:45
2楼2010-12-15 17:22:16
★ ★ ★ ★
小木虫(金币+0.5):给个红包,谢谢回帖交流
robert2020(金币+3):多谢应助! 2010-12-29 09:05:21
小木虫(金币+0.5):给个红包,谢谢回帖交流
robert2020(金币+3):多谢应助! 2010-12-29 09:05:21
3楼2010-12-19 21:31:56
4楼2010-12-19 21:34:06










回复此楼
