From: the_s_man man12 on 25 Feb 2010 07:13 roberson(a)ibd.nrc-cnrc.gc.ca (Walter Roberson) wrote in message <fualcq$p73$1(a)canopus.cc.umanitoba.ca>... > In article <fuakdp$e92$1(a)fred.mathworks.com>, > Daniele <daniele(a)libero.it> wrote: > > > I have a problem with a m file that I'm not able to > >read: it starts as > > >V1MCC4000MEC1000MCR1000x > >and that follow with > >›??]?HA?b�d==?<?8~?#‡???`?—,/–????‡???>?$hp?? > >and so on.. > > The reference to MCR there suggests to me that what you have is not a .m > file but instead the result of running mcc to "compile" .m files > (I believe the output of that is a .exe file.) > > But without further research I would not rule out the possibility > that it is a matlab .ctf (Component Technology File) or .p (p-code) > file. > -- > "I think Walter's legacy will be that of a man with a God-given > ability that got the most out of it at every possible chance." > -- Eddie Payton Hi I have the same problem enyone know how to open???
From: Steven Lord on 25 Feb 2010 09:50 "the_s_man man12" <the.s.man12(a)gmail.com> wrote in message news:hm5pgg$6fb$1(a)fred.mathworks.com... > roberson(a)ibd.nrc-cnrc.gc.ca (Walter Roberson) wrote in message > <fualcq$p73$1(a)canopus.cc.umanitoba.ca>... >> In article <fuakdp$e92$1(a)fred.mathworks.com>, >> Daniele <daniele(a)libero.it> wrote: >> >> > I have a problem with a m file that I'm not able to read: it starts >> > as >> >> >V1MCC4000MEC1000MCR1000x >> >and that follow with >> >›??]?HA?b�d==?<?8~?#‡???`?—,/–????‡???>?$hp?? >> >and so on.. >> >> The reference to MCR there suggests to me that what you have is not a .m >> file but instead the result of running mcc to "compile" .m files >> (I believe the output of that is a .exe file.) I agree with your assessment -- it looks to me like it's probably an encrypted M-file extracted from the CTF file associated with a compiled application. >> But without further research I would not rule out the possibility >> that it is a matlab .ctf (Component Technology File) or .p (p-code) >> file. >> -- >> "I think Walter's legacy will be that of a man with a God-given >> ability that got the most out of it at every possible chance." >> -- Eddie Payton > > Hi I have the same problem > enyone know how to open??? > If by "open" you mean "open in the Editor", just use the EDIT command. If by "open" you mean "open the file so you can read its human-readable contents", ask the person who created the compiled application or who created the P-file (if the file has the extension .p) to give you the plain text version. If that person doesn't have a copy of the plain text version anymore, or does not want to give you the file, you're pretty much out of luck. -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
|
Pages: 1 Prev: function compiled as standalone application Next: Positioning of colorbar |