How can I correctly debug a dll project in System Identification Toolbox.
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello. I make simple function myFun, using Matlab (System Identification Toolbox) functions: ar, arx, n4sid, ivar, armax. myFun works good inside Matlab, but if I want to make dll, using myFun for C# project in Visual Studio 2010, some problems occurs. First, Visual Studio project tells,that "Unknown ar/arx... etc function is used." If I put ar.m file in my Matlab project folder and recompile it, mistake disappears for added m-file. With arx.m file this method doesn't work, as there are few versions of it in different 'ident' folders. Second, I try to set all folders, using Set Path, but it doesn't solve problem with dll. So, please explain correct method of adding build in Matlab functions in dll project. I use Win7x64, Matlab 2012a (x64), VS2010. Thank you in advance.
댓글 수: 0
답변 (1개)
Rajiv Singh
2013년 5월 2일
편집: Rajiv Singh
2013년 5월 2일
Compilation of estimation commands of System Identification Toolbox is not supported. You can compile only the deployment of the estimated model for simulation/prediction.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Linear Model Identification에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!