MATLAB Compilerで作成したEXEファイルから、MATLABスクリプト(.mファイル)で定義されるコマンドを読み込む方法はありますか?
Afficher commentaires plus anciens
ユーザによって編集されるMATLABスクリプトによって定義される変数をEXEファイルから読み込む方法を探しています。
例えば、ユーザが[DataSetting.m]で定義したデータセットを[PlotData.exe]でプロットしたい場合、どのような方法があるでしょうか。
[DataSetting.m] : ユーザが編集可能
dataset=[1 2 3];
[PlotData.exe] : データをプロットする実行ファイル
%DataSetting.mで定義される変数を読み込む
%?
%プロット
plot(dataset);
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur MATLAB Compiler dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
