How can i display this sequence in a graph?

 Respuesta aceptada

David Hill
David Hill el 17 de Abr. de 2020
n=.05:.01:.3;
x_n=(n.^2-1)./(n.^2);
plot(n,x_n);

Más respuestas (0)

Categorías

Más información sobre MATLAB Compiler en Centro de ayuda y File Exchange.

Preguntada:

el 17 de Abr. de 2020

Comentada:

el 17 de Abr. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by