Calling MATLAB function from C#
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi all I am trying to call matlab function from my c# project. The function includes wavread function of matlab. The problem is that the .wav file i need to read is to be dynamically created at run time in c#. when i create the file i copy it to the location where matlabfunction_mcr is located in c# project. I also give full path of .wav to matlab function. But when i execute the function I get runtime nullreference exception:
"Object reference not set to an instance of object"
Can anyone suggest some solution for that?? I'd be thankful.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Acquisition Toolbox Supported Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!