Control 1.docx

  • Uploaded by: Roberto Jimenez Diaz
  • 0
  • 0
  • May 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Control 1.docx as PDF for free.

More details

  • Words: 80
  • Pages: 4
2) Realice las siguientes operaciones aritméticas en la ventana de comandos. Utilice 4lugares decimales de precisión. >> x= (16+(352^2) *6) /72

x=

1.0326e+04

>> Y= (3.8*10^-4+1.2*10^-3) ^5

Y=

9.8466e-15

>> w=2; x=5; z=(3.5*x-w^3) /(x-w)

z=

3.1667

>> y=sin(pi/2)

y=

1

3) Grafique las siguientes funciones usando el comando ezplot(): >> y=x+250; >> ezplot('y')

>> ezplot('sin(3*pi*x)')

>> ezplot('exp(x)')

4) Grafique las siguientes funciones en una misma ventana utilizando subplot (). >>subplot (2,2,1), ezplot('x^2')

>> subplot (2,2,2), ezplot('4*x^2')

>> subplot (2,2,3), ezplot('x^2/2')

Related Documents

Control
November 2019 52
Control
November 2019 58
Control
June 2020 31
Control
June 2020 31
Control
July 2020 29
Control
June 2020 31

More Documents from ""