rularn
- 8
- 0
Hello!
Its my first post here and I think I found the right category :)
How to I plot the area between x + 3 and tan(x), 0<x<1.4 in matlab?
And can I somehow recall those functions in plot( , ) ?
F=@(x)x+3;
G=@(x)tan(x);
Cheers!
Its my first post here and I think I found the right category :)
How to I plot the area between x + 3 and tan(x), 0<x<1.4 in matlab?
And can I somehow recall those functions in plot( , ) ?
F=@(x)x+3;
G=@(x)tan(x);
Cheers!