フィルターのクリア

function

4 ビュー (過去 30 日間)
Sujeet Mishra
Sujeet Mishra 2012 年 1 月 10 日
Hi, how can a see the code of inbuilt functions(lib) of Matlab ...like fft,sin etc....
Sujeet

回答 (2 件)

Walter Roberson
Walter Roberson 2012 年 1 月 10 日
The way to see the code for the built-in functions is to get a job with MathWorks. And no, that is not a joke. The built-in functions are not available to users.

TAB
TAB 2012 年 1 月 10 日
You can only see the source of matlab functions which are implemented a program files. Most of the matlab functions are precompiled and we can see source of such functions. Although a m-file exists for such pre-compiled functions also, but it contains only comments for help.
To explore the .m file of matlab function, use
>> edit <Function Name>
For example
>> edit fft
>> edit sin
>> edit repmat

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by