How can i display this sequence in a graph?

2 次查看(过去 30 天)
x_n = (n.^2-1)/n.^2
Using Matlab.

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by