Problem in plotting a sinc function
이전 댓글 표시
when i run this code.. it shows me an error
Error in ==> plotsinc at 2
y = sinc(x);
what that means...
iam using this code ..to plot a basic sinc function
x = linspace(-5,5);
y = sinc(x);
plot(x,y)
댓글 수: 1
Geoff Hayes
2015년 3월 7일
Muhammad - please post the full error message (so that would be all of the red text that is generated when you run your above code).
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Waveform Generation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!