loadlibraryでのライブラリ読み込み時に出力されたエラーの意味がわかりません。
Show older comments
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();
Answers (0)
Categories
Find more on Matrix Indexing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!