Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to open a matlab p-code file

Tags:

file

matlab

Does anybody know how I can see the code of a matlab p-code file?

like image 460
view Avatar asked Oct 13 '25 06:10

view


1 Answers

p-code files exist specifically so that you can share code so that others can't look at it. In other words: You cannot see the code of a Matlab p-code file.

like image 139
Jonas Avatar answered Oct 15 '25 23:10

Jonas