convert .p to .m

I have the code for speech recognition,but it is .p extension.I need .m file of this copy.How can i get? plzzzzzz reply

 Accepted Answer

Sean de Wolski
Sean de Wolski on 2 Apr 2012

0 votes

You can't convert it.
You could ask the author for the *.m source file. That is the only way you can get the original *.m file.

More Answers (1)

Thomas
Thomas on 2 Apr 2012

0 votes

pcode is encrypted using AES encryption, using a key only known to Mathworks, so only Mathworks could convert it back. Need to get mfile from the original author

1 Comment

Walter Roberson
Walter Roberson on 25 Apr 2012
CTF files are encrypted, but as far as I have heard, pcode are merely binary with an undocumented format.

Sign in to comment.

Categories

Find more on Programming in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!