Version selection when using MLApp in c#

2 views (last 30 days)
HongKee
HongKee on 30 May 2014
Commented: Image Analyst on 30 May 2014
If multiple versions of MATLAB is installed (ex: r2013a r2013b r2014a ... ), how can I select specific version to launch from c#(using MLApp below link)

Answers (1)

Image Analyst
Image Analyst on 30 May 2014
I would guess the current version is stated in the registry (if you're using Windows). You can change that on the fly if you execute a .reg file to change it to whatever version you want.
  2 Comments
HongKee
HongKee on 30 May 2014
Could you tell me which registry key should I change?
Image Analyst
Image Analyst on 30 May 2014
Not sure. Just search the registry for it.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!