launching MATLAB from the context menu (Windows 7)

7 views (last 30 days)
For several years I have been using the following hack, in windows, for convenience. Add the key:
HKEY_CLASSES_ROOT\*\shell\MATLABHere\command
and set the value to
matlab.exe
With this, I was able to right-click on any file and launch MATLAB with that file's directory being the current directory. Just a simple trick for saving a fraction of a second several times a day.
This hack doesn't work since I installed R2011b. Any ideas why? I can still run MATLAB by opening a Dos window in any directory and typing matlab.
Thanks (Windows 7 64 bit, R2011b)

Accepted Answer

Naor Movshovitz
Naor Movshovitz on 7 Oct 2011
Found it. Apparently previous versions of MATLAB installers added the full path of the MATLAB runtime to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths
automatically, while the newer version didn't. So the above hack would work if we use the full path instead of just "matlab.exe"

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing 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!