Matlabのバージョンの確認方法
Mostra commenti meno recenti
現在、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
Risposta accettata
Più risposte (1)
Yoshio
il 20 Gen 2019
1 voto
ご紹介頂いたPDFの中の最初のリンクを辿っていただくと
から
に行きますので、そのページの下に
関連リンク
があります。この文書を参照して頂くと確認方法が記載されています。
まとめ
コマンドウインドウからverコマンドを入れてください。
>> ver
---------------------------------------------------------------
MATLAB Version: 9.4.0.842718 (R2018a) Update 1
のように結果が出力されます。
2 Commenti
yuuji yamada
il 21 Gen 2019
michio
il 22 Gen 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 版のインストール方法をご案内いたしますので、お手数ですがよろしくお願いいたします。
Categorie
Scopri di più su MATLAB Compiler in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!