Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Questão 02

x=[0:0.1:2*%pi];

--> y=[cos(x)'];

--> plot2d(x,y);

--> xtitle('cinematica');

Questão 03

x=[0:0.1:2*%pi];

--> y=[sin(x)'cos(x)'];

--> plot2d(x,y);

--> xtitle('grafico');

QUESTAO 4

--> x=[5 9 4 6 3]

x =

5. 9. 4. 6. 3.

--> sp=[0 1 0 1 0]

sp =

0. 1. 0. 1. 0.
--> txt=["AM","PA","TO","RO","sc"]

txt =

!AM PA TO RO sc !

--> pie([x],[sp],[txt]);

You might also like