How we plot the the below function in MATLAB ?
Ältere Kommentare anzeigen
x₃[n]= (0.8)^n U[n] -10< n <10
2 Kommentare
michio
am 2 Sep. 2016
I assume you want to plot x_3 as a function of n. What is U[n]?
Some function or a variable?
Is n an integer ranging from -10 to 10?
fplot from MATLAB base function could be of help. http://www.mathworks.com/help/matlab/ref/fplot.html
Muhammad Junaid
am 2 Sep. 2016
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Surface and Mesh Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!