Just out of curiosity I would like to know where the code for MATLAB parser is?

2 次查看(过去 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?

采纳的回答

Walter Roberson
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
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
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 个)

Sean de Wolski
Sean de Wolski 2012-8-17

类别

Help CenterFile Exchange 中查找有关 String Parsing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by