Jan 4, 2006 #1 farshidazhir Electrical Joined Dec 22, 2005 Messages 8 Location IT how i can disappear codes in m-file for e.g i write a program inform of m.file i dont like anyone find it
how i can disappear codes in m-file for e.g i write a program inform of m.file i dont like anyone find it
Jan 4, 2006 #2 IRstuff Aerospace Joined Jun 3, 2002 Messages 44,895 Location US Then you should compile it TTFN Upvote 0 Downvote
Jan 5, 2006 Thread starter #3 farshidazhir Electrical Joined Dec 22, 2005 Messages 8 Location IT How?>please help me matlab get error:this m-file is script and cannot comile it Upvote 0 Downvote
Jan 5, 2006 #4 IRstuff Aerospace Joined Jun 3, 2002 Messages 44,895 Location US Did you bother to read the help file entry for your error message? TTFN Upvote 0 Downvote
Jan 9, 2006 #5 SomptingGuy Automotive Joined May 25, 2005 Messages 8,922 Location GB If your end-user has Matlab, pcode your scripts & functions. This is the standard way to hide m-file source code. >> help pcode Upvote 0 Downvote
If your end-user has Matlab, pcode your scripts & functions. This is the standard way to hide m-file source code. >> help pcode