查看单个帖子
旧 2009-01-10, 22:39   #4
pseudocoder
初级会员
 
注册日期: 2008-12-11
年龄: 39
帖子: 6
声望力: 0
pseudocoder 正向着好的方向发展
默认 回复: [求助]ezplot画图

引用:
作者: 剑八 查看帖子
想画 y=x^2
和 y=x^2+1
画在一起 用
ezplot('x^2','x^2+1')
却不行 请问问题出在哪里
怎么用ezplot 画
用hold on的可以
但这里不用
MATLAB子带的帮助文档

EZPLOT(x,y) plots the parametrically defined planar curve x = x(t)
and y = y(t) over the default domain 0 < t < 2*pi.
EZPLOT(x,y, [tmin,tmax]) plots x = x(t) and y = y(t) over
tmin < t < tmax.

看不大懂,不过应该不是你想要的功能。。。
所以还是用hold on 吧
pseudocoder 当前离线   回复时引用此帖