using compled code on newwer matlab versions with Matlab R14
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
Hello all,
I have 2 matlab environments - one with preaty new matlab and on with the old R14.
on the new matlab I have some working code.
Can I compile it (DLL, P file, some other option) and use with the old R14?
2 件のコメント
Walter Roberson
2020 年 3 月 14 日
It would be a bit tricky because you would have to compile without "largeArrayDims" for example.
But it just might perhaps be possible to use MATLAB Compiler SDK to compile a DLL that you could loadlibrary() in the old code.
michael
2020 年 3 月 14 日
回答 (0 件)
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!