Radial Basis Function Networks
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Amna El-tawil
le 5 Jan 2019
Réponse apportée : Greg Heath
le 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
0 commentaires
Réponse acceptée
Greg Heath
le 5 Jan 2019
Replace x with t
Thank you for formally accepting my answer
Greg
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Sequence and Numeric Feature Data Workflows dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!