matlab correct name of butter

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

 채택된 답변

Jonathan Epperl
Jonathan Epperl 2012년 12월 13일

0 개 추천

Try built-in functions.

댓글 수: 2

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.
Jan
Jan 2012년 12월 27일
I vote for Walter's suggestion "toolbox functions".

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

질문:

joo
2012년 12월 13일

Community Treasure Hunt

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

Start Hunting!

Translated by