Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
大きなブロックの matlab 行列を DLL 関数に渡す良い方法はありますか?
問題は、ソース コードなしでコンパイルされた DLL ファイルを取得するため、mex を作成できないことです。DLL 関数はポインターを行列入力として受け入れますが、matlab は DLL に渡すポインターをサポートしていないようです (私が正しく理解している場合)。
これを回避する方法はありますか、事前に感謝します