I'm having the same problem too. Instead of popping the .m editor, it keeps opening a new Matlab without the .m editor. I say it's a bug in R2010b.
Mine works fine. R2010b in Win7 x64.
"CHEW YEONG " <chewy...@gmail.com> wrote in message
news:i8q7ld$euh$1...@fred.mathworks.com...
Try following the instructions on this page; if it still doesn't work,
contact Technical Support and work with them to determine the cause of this
behavior on your system.
http://www.mathworks.com/help/techdoc/matlab_env/f8-8880.html#f8-28791
--
Steve Lord
sl...@mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
To contact Technical Support use the Contact Us link on
http://www.mathworks.com
Download ccleaner and run the registry cleaner. Since R2010a is uninstalled, the registry is still pointing towards R2010a. After running the registry cleaner, the problem is fixed.
Thanks
Thanks for the tip, but again, if we are already running matlab, how can we simply open the m file ONLY, rather than launch another instance Matlab and its editor?
Jonathan
Thanks you, Ethan Leong.
Jonathan
"Jonathan Wang" wrote in message <ig0sla$m89$1...@fred.mathworks.com>...
I tried the link below with associating the file type to the matlab.exe in C:\Program Files\MATLAB\R2010b\bin\win64
http://www.mathworks.com/help/techdoc/matlab_env/f8-8880.html#f8-28791
I'm running 2010b on Windows 7 64-bit. Glad to see I'm not the only one with this problem.
Thanks for the help,
Jesse
"Jonathan Wang" wrote in message <ig0uh8$njr$1...@fred.mathworks.com>...
Here are steps that works for me: I closed matlab first, then ran ccleaner, ran Matlab as administrator (it gave me some error information when running the script stuff, I forgot the detail), restarted the operating system, then it works in the expected way. It should not be like this, but I failed a couple of times before I did the above. it's simply weird in my case. hehe
You can try the above steps and it should work.
P.S. the association with some other file extension (not m file) failed once, and I had to repeat the above process again to make it work again. It's indeed weird in my case.
Jonathan
"Jesse Sipple" <jesse.sipple'remove.this'@tufts.edu> wrote in message <ih77nj$lvd$1...@fred.mathworks.com>...
Hope this will be helpful!
copy and paste this in the command window:
commandwindow; cwd=pwd; cd([matlabroot '\toolbox\matlab\winfun\private']); fileassoc('add','.m') ;cd(cwd); disp('Changed Windows file association. M-files are now associated with MATLAB.')
it's mentioned on:
http://www.mathworks.com/help/techdoc/matlab_env/rmvd_matlablink__14.html
"Muhammad Tauha Ali" <tau...@hotmail.com> wrote in message <ikvpqs$d6u$1...@fred.mathworks.com>...
Hello Every body, i had also the same problem ( R2010b with Win7 64bit).
The solution is :
1- Choose installation type: Custom
then when MATLAB asked for specify products to install (Toolboxs)
2- Diselect the first one , i.e : diselect "" MATLAB Distributed Computing serveor 5.0""
then MATLAB will ask you to select file's extensions:
3- Select all of the associate files types to open with the application
and that it ....
Hope this will help ......Enjoy