close
We can use the function , ezplot() , to achieve the purpose.
for example :
ezplot('2' , 'y' , [0 10 0 5]);
(That means x=2 , y=y , and the range is 0< x < 10 , 0 < y < 5)
全站熱搜
We can use the function , ezplot() , to achieve the purpose.
for example :
ezplot('2' , 'y' , [0 10 0 5]);
(That means x=2 , y=y , and the range is 0< x < 10 , 0 < y < 5)