| 查看: 1539 | 回复: 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-'); |
» 猜你喜欢
求调剂一志愿武汉理工大学材料工程(085601)
已经有5人回复
上海电力大学材料防护与新材料重点实验室招收调剂研究生(材料、化学、电化学,环境)
已经有3人回复
急发核心期刊论文
已经有5人回复
291 求调剂
已经有5人回复
298-一志愿中国农业大学-求调剂
已经有11人回复
一志愿南京理工大学085701资源与环境302分求调剂
已经有7人回复
316求调剂
已经有7人回复
材料与化工考研调剂
已经有4人回复
一志愿重庆大学085700资源与环境,总分308求调剂
已经有7人回复
一志愿211 初试270分 求调剂
已经有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人回复
» 抢金币啦!回帖就可以得到:
基金祈福
+3/1754
持续创业者,A8离异男征婚,事业遇到瓶颈,寻找创业生活伴侣
+1/461
求购电镜上的液氮罐
+5/175
香港中文大学(深圳)靳羽华教授交叉实验室招募2026年材料学博士生(光致变色)
+2/136
福建师范大学叶应祥课题组招收2026级博士研究生
+2/132
赣南师范大学肖兴教授课题组招2026级电子信息硕士 4-6 名,欢迎调剂
+1/95
西南交通大学医学院招收生物医学工程和材料与化工专业硕士研究生
+1/88
广东工业大学-木质纤维素高值化利用团队招博士研究生
+1/81
春天就该逛吃逛吃
+1/79
散金币,求基金中标!!
+1/60
招收专业代码08的学硕!
+1/14
诚挚招生(硕士+博士)
+1/13
新加坡国立大学药学系化学生物学课题组招PhD
+1/10
【博士招生】上海交通大学陈倩栎课题组招收2026年申请-考核博士生1名(能源材料方向)
+1/10
哈尔滨工业大学(深圳)国家级青年人才机械工程、热能与能源等专业26年入学博士招生
+1/7
湖北大学材料学招26级硕士研究生若干名
+1/6
广东工业大学环境科学与工程学院招收资源与环境专业博士研究生
+1/5
211/双一流石河子大学化学化工学院--电催化,CO2转化
+1/3
香港中文大学化学系吴基培教授招募2026年秋季(2026年8月1日)入学全奖博士研究生
+1/2
天津大学理学院分离分析及功能材料研究组招收硕士研究生
+1/2
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
★ ★ ★ ★
小木虫(金币+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
6楼2010-12-20 20:59:18
7楼2010-12-28 11:42:43













回复此楼
