loadlibraryでのライブラリ読み込み時に出力されたエラーの意味がわかりません。
Ältere Kommentare anzeigen
loadlibraryでライブラリを読み込もうとした所以下のようなエラーが出ましたが。「ライブラリを記述する MATLAB プログラム ファイルで、Perl またはファイル システムのエラーの可能性を検出できませんでした。」とはどういう意味でしょうか?
エラー: loadlibrary
ライブラリを記述する MATLAB プログラム ファイルで、Perl またはファイル システムのエラーの可能性を検出できませんでした。
エラー: FliSdk.openLib (行 19)
[notfound, warnings] = loadlibrary(dllPath, includePath, 'addheader', includeFliSerial, 'addheader',
includeFliCblueOne ...
エラー: FliSdk_Matlab_Example (行 1)
[notfound, warnings] = FliSdk.openLib();
Antworten (0)
Kategorien
Mehr zu Matrix Indexing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!