How we plot the the below function in MATLAB ?
이전 댓글 표시
x₃[n]= (0.8)^n U[n] -10< n <10
댓글 수: 2
michio
2016년 9월 2일
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
2016년 9월 2일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!