こんにちは、
ショートカットキー「Win+R」の「ファイル名を指定して実行」のコマンドについて、
matlab
と実行すると、MATLABバージョン2021aが起動します。
(私のPCには2021aと2021a以外のMATLABがインストールされています。)
matlabコマンドによって、2021a以外のバージョンのMATLABを起動したいです。
Windowsの環境変数「Path」で任意のmatlabパスを追加できることは知っていますが、設定していません。
私が環境変数「Path」にmatlabのパスを設定していないにも関わらず、
「matlab」コマンドは先に述べたとおり2021aを起動します。これは何故でしょうか?
つまり私は、このデフォルトの「matlab」コマンドの定義された場所を知りたいです。
(レジストリやAppDataフォルダを疑っています。)
この定義場所が分かれば、環境変数「Path」を使用せず、任意のバージョンのMATLABを「matlab」コマンドで実行できます。
MATLABのインストール仕様とWindowsの知識が不十分なことをお許しください。
よろしくお願いいたします。
Hello,
I launched run menu by using "Win+R" command, and I run "matlab" command then MATLAB version 2021a appeared.
(NOTE: 2021a and other versions of MATLAB were already installed on my computer.)
However I actually want to launch the other (e.g. latest) version of MATLAB by using this "matlab" command.
I know that Windows environment variable "Path" can specify its matlab command path directly but I do not intend to do that.
(NOTE: My and Root User's environment variable "Path" do not include any MATLAB command path.)
Why can Windows run the "matlab" command as version 2021a although I do not set executable matlab.exe path to the environment variable "Path"?
So I mean that I really want to know the definition place of the "matlab" command as default which call 2021a version.
(NOTE: I doubt windows registry and AppData folder.)
If I could know that, I can change its matlab command definition to launch the other version of MATLAB.
I am sorry that my lack of knowledge about Window and MATLAB.
Best regards