データレコーダーをDLLを用いて制御する際に必要なToolBoxについて
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
データレコーダーのDDLをメーカーに提供してもらい、Matlabで計測するシステムを作ろうと思っております。
現在のToolBoxは以下の通りです。
・Matlab2020b
・Matlab Compiler
・Signal Processing Toolbox
これらのToolBoxで足りるものでしょうか?
計測器とはLAN接続です。
0 commentaires
Réponse acceptée
交感神経優位なあかべぇ
le 4 Juil 2022
DLLの使用は、MATLABさえあれば可能です。
C共有ライブラリー、もしくは、extern "C" で宣言されているC++関数であれば、loadlibraryが使用できます。
C++ライブラリーである場合は、下記の方法で呼び出しができるかもしれません。(C++ライブラリーの直接の呼び出しは、私は行ったことはありませんが…)
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Instrument Control Toolbox Supported Hardware 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!