Error using plot ; spectrum of function
Mostra commenti meno recenti
Why I get error using the following code?
syms t w;
syms g h;
g=fourier(exp(-1*(t^2)));
h=abs(g);
w=-10.1:10.1;
plot(w,h);
Risposta accettata
Più risposte (1)
Karan Gill
il 1 Nov 2017
Plot symbolic functions by using fplot.
fplot(h)
1 Commento
geometry geometry
il 1 Nov 2017
Categorie
Scopri di più su Line Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
