《MATLAB R2007基础教程》 清华大学出版社,包含电子课件,实例原文件,习题答案,都是基于matlab实现

源代码在线查看: 05-17.txt

软件大小: 2114 K
上传用户: ying_min
关键词: MATLAB matlab R2007 基础教程
下载地址: 免注册下载 普通下载 VIP

相关代码

				>> f_h=@(x)log(x)+sin(x)-2;
				
				>> [x1,y1]=fzero(f_h,6)
				
				>> fplot(f_h,[x1-2,x1+2])
				
				>> hold on
				
				>> plot(x1,y1,'k*')
							

相关资源