Just out of curiosity I would like to know where the code for MATLAB parser is?
1 次查看(过去 30 天)
显示 更早的评论
Let say if i want to change the parser code of MATLAB, which file will i have to modify? (I know i won't be having permissions) But i still wanted to know where all the code of MATLAB parser is written?
0 个评论
采纳的回答
Walter Roberson
2012-8-17
If you are referring to the parser that handles the main MATLAB language, then that code is not written in MATLAB and it is not available to users.
However, routines such as are used to break out name/value pairs, or check for the correct number of arguments, might be available.
3 个评论
Wayne King
2012-8-17
I think that Walter answered that question. The code is not available at all. You cannot see it. And I'm not sure what you mean by you can see the code of built-in functions.
You cannot see the code of built-in functions like conv2() or fft()
Walter Roberson
2012-8-17
Mathworks does not make their built-in routines available to users, only to employees and interns.
Though, as I have said before, a $US 2-Million non-refundable deposit will often get a company to the negotiation table to negotiate a price to see internal code.
更多回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 String Parsing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!