matlab programming for engineers(2nd)书籍源码,这是一本很好的学习MATLAB编程书

源代码在线查看: compass_plot.m

软件大小: 475 K
上传用户: kinder121
关键词: programming engineers matlab MATLAB
下载地址: 免注册下载 普通下载 VIP

相关代码

				x = [ 2 -2  1 3 -1];
				y = [ 2  2 -2 1 -3];
				compass(x,y);
				title('\bfExample of a Compass Plot');
				grid on 
							

相关资源