Azzera filtri
Azzera filtri

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

77 visualizzazioni (ultimi 30 giorni)
yuuji yamada
yuuji yamada il 20 Gen 2019
Commentato: michio il 22 Gen 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

Risposta accettata

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

Accedi per commentare.

Più risposte (1)

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

Accedi per commentare.

Categorie

Scopri di più su MATLAB Compiler in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!