Matlabのバージョンの確認方法
Ältere Kommentare anzeigen
現在、matlab2018aを使用しています。
uigetdirというメソッドにバグがあり、update4以降では修正されているようなのでupdateしたいと思っています。
現在のバージョンがupdate1 、update2、update3のいづれなのか知りたいのですが知る方法はありますでしょうか。
https://www.mathworks.com/content/dam/mathworks/mathworks-dot-com/support/updates/r2018a/r2018a-update-6-release-notes.pdf
Akzeptierte Antwort
Weitere Antworten (1)
Yoshio
am 20 Jan. 2019
1 Stimme
ご紹介頂いたPDFの中の最初のリンクを辿っていただくと
から
に行きますので、そのページの下に
関連リンク
があります。この文書を参照して頂くと確認方法が記載されています。
まとめ
コマンドウインドウからverコマンドを入れてください。
>> ver
---------------------------------------------------------------
MATLAB Version: 9.4.0.842718 (R2018a) Update 1
のように結果が出力されます。
2 Kommentare
yuuji yamada
am 21 Jan. 2019
michio
am 22 Jan. 2019
のページにてご説明しておりますが、Runtime も Update する必要があります。
"Update MATLAB to the R2018a Update 4 Release then recompile the application which will be deployed. Additionally, contact MathWorks technical support for the R2018a Update 4 Runtime which will need to be installed wherever the deployed application will be run."
技術サポート窓口(下記)にご連絡いただければ、Runtime の Update 版のインストール方法をご案内いたしますので、お手数ですがよろしくお願いいたします。
Kategorien
Mehr zu MATLAB Compiler finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!