Can you pass a string to parse into mlintmex rather than a filename?

Hi all,
Is it possible to pass a raw string into mlintmex rather than a filepath?
Thanks,
Jim

 Accepted Answer

The answer looks to be No. However, you might perhaps be able to do what you want using mtree() which can be passed the text to parse. You will probably need to look at the source for it.

1 Comment

That's too bad. Presumably it can be run on a Document object, as mlint is clearly showing even on unsaved documents in the editor. I think for now I'll just write to a temp file and run my analysis on that.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!