Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. load Valores do 1ºeixo.txt;
  2. y = Values;
  3.  
  4. plot(y,'b-');
  5. axis([0 10 0 1]);
  6.  
  7. title('Gráfico com os valores do 1º eixo do acelerómetro');
  8. xlabel('Tempo em segundos');
  9. legend('Valores obtidos','Location','southwest')
  10. ylabel('Valores do 1º eixo do acelerómetro');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement