Problem in plotting the graph.

3 visualizaciones (últimos 30 días)
Gaurav Srivastava
Gaurav Srivastava el 6 de Jun. de 2019
Editada: KSSV el 6 de Jun. de 2019
Screenshot (28).png
  1 comentario
KSSV
KSSV el 6 de Jun. de 2019
Attach code...not a image snippet.

Iniciar sesión para comentar.

Respuesta aceptada

KSSV
KSSV el 6 de Jun. de 2019
Editada: KSSV el 6 de Jun. de 2019
x = -3:0.01:5 ;
y = (x+5).^2./(4+(3*x).^2) ;
plot(x,y)
in y there should be element by element division.

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by