Matlabのバージョンの確認方法

75 views (last 30 days)
yuuji yamada
yuuji yamada on 20 Jan 2019
Commented: michio on 22 Jan 2019
現在、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

Accepted Answer

yuuji yamada
yuuji yamada on 22 Jan 2019
ご回答ありがとうございます。
matlab2018aのRuntime の Updateプログラムは 下記ページのように配布はされていないのでしょうか。
技術サポート窓口のみでの受付ということでしょうか。
https://jp.mathworks.com/products/compiler/matlab-runtime.html
  1 Comment
michio
michio on 22 Jan 2019
現状そのような対応とさせていただいております。ご不便をおかけし誠に申し訳ございません。ご要望は担当へ伝えさせていただきました。

Sign in to comment.

More Answers (1)

Yoshio
Yoshio on 20 Jan 2019
ご紹介頂いたPDFの中の最初のリンクを辿っていただくと
から
に行きますので、そのページの下に
関連リンク
があります。この文書を参照して頂くと確認方法が記載されています。
まとめ
コマンドウインドウからverコマンドを入れてください。
>> ver
---------------------------------------------------------------
MATLAB Version: 9.4.0.842718 (R2018a) Update 1
のように結果が出力されます。
  2 Comments
yuuji yamada
yuuji yamada on 21 Jan 2019
御回答ありがとうございます。
matlab2018a をupdate6にアップデートすることができました。
matlabのプログラムをexe形式にした状態で、uigetdirでエラーにならないことが確認できました。
しかし、matlab2018aをインストールしていないパソコン(matlab2018aのランタイムがインストール)
でこのexeを実行するとuigetdirでエラーが起きてしまいます。
matlab2018aのランタイムではuigetdirのメソッドは動作しないのでしょうか?
michio
michio on 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 版のインストール方法をご案内いたしますので、お手数ですがよろしくお願いいたします。

Sign in to comment.

Categories

Find more on MATLAB Compiler 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!