0

JavaBuilderを使用するための手順を教えてください。Matlab関数を実際に使用する。Javaで。

例を使用してJavaBuilderを使用してみましたが、次のようなエラーが発生しました。

Exception in thread "main" java.lang.UnsatisfiedLinkError: Failed to find the library mclmcrrt713.dll, required by MATLAB Builder JA, on java.library.path.
 This library is typically installed along with MATLAB or the MCR, its absence may indicate an issue with that installation or the current path configuration.
The MCR version that this component is trying to use is: 7.13.

このエラーを取り除くために私は何をすべきでしょうか?

4

1 に答える 1

1

matlab サポートにはこれに関するページがあり、役立つかもしれません。

MATLAB Compiler でコンパイルしたスタンドアロン アプリケーションを実行すると、mclmcrrt7x.dll が見つからないというエラーが表示されるのはなぜですか?

于 2011-02-16T13:41:29.317 に答える