用有理多项式做Chebyshev逼近的一种直接方法的matlab程序

源代码在线查看: a.m

软件大小: 32 K
上传用户: youwei15
关键词: Chebyshev matlab 多项式 程序
下载地址: 免注册下载 普通下载 VIP

相关代码

				function a=a(x,h,l,m)
				%h(1:n):intial values of a
				%x(1:n): the nodes
				n=l-m+2;
				a=mfunc1(x(1:n),h(1:n));
							

相关资源