matlab correct name of butter
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
what is the correct term to say that i used the autommatic functions of matlab like butter, filtfilt, linspace. what is the correct term for this already implemented things in matlab ? automatic commmands? i dont know
this term is to be used in an article. thank you
1 Kommentar
Walter Roberson
am 13 Dez. 2012
Please review the guide to tags and retag this question. see http://www.mathworks.co.uk/matlabcentral/answers/43073-a-guide-to-tags
Akzeptierte Antwort
Jonathan Epperl
am 13 Dez. 2012
Try built-in functions.
2 Kommentare
Walter Roberson
am 13 Dez. 2012
No, built-in functions are functions implemented in non-MATLAB code. Some of the functions mentioned above, such as linspace, have been implemented in MATLAB. You can
type linspace
to see its source.
A more accurate term would be "library functions".
"butter" and "filtfilt" are part of the Signal Processing Toolbox. They would probably be referred to as "toolbox functions", but "library functions" would also be correct.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Statistics and Machine Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!