how to see the script of build-in function?

1 visualización (últimos 30 días)
Yuji Zhang
Yuji Zhang el 14 de Abr. de 2014
Comentada: Yuji Zhang el 14 de Abr. de 2014
Hi all~
I put "edit sum" in the command line. And I only saw the notes about it (begin with %). How can I see the script of this function?
Thanks~

Respuesta aceptada

Walter Roberson
Walter Roberson el 14 de Abr. de 2014
There is no "script" for it. sum() is coded in lower level code, such as C or Fortran, and is accessed from MATLAB in binary form. You cannot use a "decompiler" to "reverse engineer" the code without violating your license agreement.
To get access to the source that Mathworks uses for sum(), you need to get a job or internship at Mathworks.
  1 comentario
Yuji Zhang
Yuji Zhang el 14 de Abr. de 2014
I see Walter. Thanks a lot!
I'll check some script of other functions to find out the things I want to see.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Programming en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by