Graphics Reference
In-Depth Information
Figure 5-1.
The representation of the previous curve (Figure 5-2 ) can also be done using the following syntax:
>> ezplot('sin(x) * exp(-0.4*x)', [0,10])
Figure 5-2.
Note that ezplot automatically sets the title. You could also obtain the same graphical representation using the
following command:
>> fplot('sin(x) * exp(-0.4*x)', [0,10])
Figure 5-3 shows the curve for xy
-= in the range [-2 p, 2 p ] using the following syntax:
2
4
0
>> ezplot('x^2-y^4')
Search WWH ::




Custom Search