mlint across multiple functions in separate files

2 ビュー (過去 30 日間)
Roy Goodman
Roy Goodman 2011 年 6 月 21 日
I use mlint a lot. I think it operates only on a single file. Suppose I have two functions foo.m which calls bar.m. I'd like it to check that the call to bar has the same number of inputs and outputs as are in its definition in bar.m. Complicating this, of course, are variable-argument functions, and the possibility of other programs named bar.m somewhere lower in the search path. Any way to accomplish this?

採用された回答

Walter Roberson
Walter Roberson 2011 年 6 月 21 日
mlint does not currently support IPA (intra-procedural analysis).

その他の回答 (1 件)

Fangjun Jiang
Fangjun Jiang 2011 年 6 月 21 日
Do you use M-Lint interactively in M-editor, or do you use mlint() as a function in M-script? The Tools>Show Dependency Reports in M-editor should help you. The function format is depfun(). You must already know that which bar -all will search all bar.m or bar.p in the path.

カテゴリ

Help Center および File ExchangeFile Operations についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by