Effacer les filtres
Effacer les filtres

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

77 vues (au cours des 30 derniers jours)
yuuji yamada
yuuji yamada le 20 Jan 2019
Commenté : michio le 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

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (1)

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

Connectez-vous pour commenter.

Catégories

En savoir plus sur MATLAB Compiler dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!