Check for missing argument or incorrect argument data type in call to function 'sinc'.
Ältere Kommentare anzeigen
x = linspace(-4*pi, 4*pi, 100)
P = (3*pi)/2
plot(x, P*sinc(x) + cos(x))
grid
This is my code. I am not sure why it is showing an error.
Error:- Check for missing argument or incorrect argument data type in call to function 'sinc'.
Antworten (1)
Sreerag K
am 18 Okt. 2020
Kategorien
Mehr zu Mathematics 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!