MDFの実行形式ファイルの実行について
9 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MDFファイルを読み込むために以下のToolBoxを揃えて
mdfとreadとchannelListを用いたmファイルをコンパイルし実行したのですが
mdfの行でエラーが発生してしまっております。
何か別のToolboxが必要なのでしょうか?
mファイルの状態ではMDFファイルが問題なく読み取れることは確認いたしました。
<利用Toolbox>
・MATLAB
・MATLAB Compiler
・Powertrain Blockset
・Signal Processing Toolbox
<エラー内容>
関数’mdf’(タイプ’char’の入力引数)が未定義です。
Error in => test
0 commentaires
Réponse acceptée
Kojiro Saito
le 1 Juil 2022
Modifié(e) : Kojiro Saito
le 1 Juil 2022
MATLAB CompilerがサポートしているToolboxのページにP、owertrain BlocksetはMATLAB Compilerの対応が「Not Supported」とあり、Powertrain Blocksetが提供する関数はコンパイルできません。
Vehicle Network Toolboxを追加いただいてから、再度コンパイルをお試しください。
2 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!