Radial Basis Function Networks

1 Ansicht (letzte 30 Tage)
Amna El-tawil
Amna El-tawil am 5 Jan. 2019
Beantwortet: Greg Heath am 5 Jan. 2019
I have a problem in this code:
Error using plot
Vectors must be the same length.
plot(t,ge);
t=-1:1/20:1; % time period
ge=0.4*cos(4*x).*exp(-0.5*x); % exact fucntion

Akzeptierte Antwort

Greg Heath
Greg Heath am 5 Jan. 2019
Replace x with t
Thank you for formally accepting my answer
Greg

Weitere Antworten (0)

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by