implementing dot between functions
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
i have to call the function adaptfilt.lms to matlab function block , but I don't know how to implement the dot between adaptfilt and lms standalone functions....thanks.
0 commentaires
Réponse acceptée
Kaustubha Govind
le 10 Fév 2012
The dot between adaptfilt and lms is actually to depict that lms is a method that belongs to the adaptfilt class (the dot as in other languages is used as a separator between package, class and method names). For example, you can run:
>> which adaptfilt.lms
To see where the definition is located.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Event Functions dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!