Problem in plotting a sinc function
Ältere Kommentare anzeigen
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 Kommentar
Geoff Hayes
am 7 Mär. 2015
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).
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Waveform Generation 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!