How to use plot in this case?
이전 댓글 표시
I'm building GUI and I have to print result of this code below in axes (I mean I'd like to replace freqz by plot) but I don't know how to do it. Could you show me how?
if true
% b = fir1(n,0.5, filtr ,kaiser(n+1,0.5));
freqz(b,1)
end
댓글 수: 2
MathReallyWorks
2017년 5월 26일
Hello Patryk,
What are n and filtr in your code? It will be great if you attach your full code.
Patryk Hennig
2017년 5월 26일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Filter Design에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!