Why some functions does not open?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Said BOUREZG
el 20 de Abr. de 2017
Comentada: Jan
el 24 de Abr. de 2017
Some Matlab toolbox functions doesn't open, we only get their explanation like some functions:
>> open cummin
>> open cummax
>> open min
...
2 comentarios
Respuesta aceptada
Jan
el 20 de Abr. de 2017
The functions cannot be "opened", because they are compiled. Some functions of Matlab's toolboxes are shipped as M-files, some are "built-in". Then only the documentation in the help section is visible for the users.
What is the purpose of "opening" the code of min?
2 comentarios
Jan
el 24 de Abr. de 2017
Matlab's license condition, which have been accepted by all users, forbid a reverse engineering. Therefore digging in the code must be limited. Even if this answer would contain the hint, that digging in the code would be possible at all, might be illegal.
But if you are really curios, try to contact the author. They are scientists also and under certain conditions they are interested in discussions.
Más respuestas (0)
Ver también
Categorías
Más información sobre Startup and Shutdown en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!