matlab correct name of butter
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
Walter Roberson
2012-12-13
Please review the guide to tags and retag this question. see http://www.mathworks.co.uk/matlabcentral/answers/43073-a-guide-to-tags
采纳的回答
Jonathan Epperl
2012-12-13
Try built-in functions.
2 个评论
Walter Roberson
2012-12-13
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.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!