流机MATLAB补充程序代码

流机MATLAB补充程序代码

ID:37566746

大小:276.38 KB

页数:14页

时间:2019-05-25

流机MATLAB补充程序代码_第1页
流机MATLAB补充程序代码_第2页
流机MATLAB补充程序代码_第3页
流机MATLAB补充程序代码_第4页
流机MATLAB补充程序代码_第5页
资源描述:

《流机MATLAB补充程序代码》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、第八章endfunctions=mmp2str(p,v,ff)ifn==1%polynomialisjustaconstant%MMP2STRPolynomialVectortoStringConversion.s=sprintf('%.4g',K);%MMP2STR(P)convertsthepolynomialvectorPintoastring.return%Forexample:P=[234]becomesthestring'2s^2+3s+4'end%MMP2STR(P,V)genera

2、testhestringusingthevariableVs=[ppv'^'sprintf('%.0f',n-1)];%beginstringconstruction%insteadofs.MMP2STR([234],'z')becomes'2z^2+3z+4'%MMP2STR(P,V,1)factorsthepolynomialintotheproductofafori=2:n-1%catenatecentertermsin%constantandamonicpolynomial.polynom

3、ial%MMP2STR([234],[],1)becomes'2(s^2+1.5s+2)'ifp(i)<0,pm='-';else,ifp(i)<0,pm=';end%Copyright(c)1996byPrentice-Hall,Inc.ifp(i)==1,pp=[];else,pp=sprintf('%.4g',abs(p(i)));endifp(i)~=0,s=[spmppv'^'sprintf('%.0f',n-i)];endifnargin<3,ff=0;end%factoredform

4、isFalseendifnargin<2,v='s';end%defaultvariableis's'ifp(n)~=0,pp=sprintf('%.4g',abs(p(n)));else,pp=[];endifisempty(v),v='s';end%defaultvariableis's'ifp(n)<0,pm='-';elseifp(n)>0,pm='+';else,pm=[];v=v(1);%variablemustbescalarendp=mmpsim(p);%stripinsignif

5、icanttermsends=[spmpppe];%addfinaltermsn=length(p);functiony=mmpsim(x,tol)ifff%putinfactoredform%MMPSIMPolynomialSimplification,StripLeadingZeroTerms.K=p(1);Ka=abs(K);p=p/K;%MMPSIM(A)Deletsleadingzerosandsmallcoefficientsintheifabs(K-1)<1e-4%polynomia

6、lA(s).Coefficientsareconsideredsmalliftheirpp=[];pe=[];%magnitudeislessthanbothoneandnorm(A)*1000*eps.elseifabs(K+1)<1e-4%MMPSIM(A,TOL)usesTOLforitssmallnesstolerance.pp='-(';pe=')';%Copyright(c)1996byPrentice-Hall,Inc.elseifabs(Ka-round(Ka))<=1e-5*Ka

7、ifnargin<2,tol=norm(x)*1000*eps;endpp=[sprintf('%.0f',K)'*('];pe=')';x=x(:).';%makesureinputisarowelsei=find(abs(x)<.99&abs(x)

8、mi=find(x~=0);%findsignificantindicesK=p(1);ifisempty(i)pp=sprintf('%.4g',K);y=0;%extremecase:nothingleft!pe=[];elsey=x(i(1):length(x));%startwithfirsttermia=sort([nslope;pslope+1]);%putindicesaboveinorderend%andgotoendofpolynomialie=find(equa

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。