Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

use MATLAB function in C#

조회 수: 1 (최근 30일)
Bíró
Bíró 2012년 3월 13일
I have a MATLAB function which get a numeric array and return same sized array. I compiled it with Builder NE and I use this function in C# code. I can pass to the function a double array without problems, but an int array cause some problems. To convert C# array to MATLAB type array I use MWNumericArray() class, which has a bool MakeDouble argument, but it unusable with array (just with scalar). Is there any option to pass an int array to the function without convert to double array?
  댓글 수: 1
Kaustubha Govind
Kaustubha Govind 2012년 3월 13일
Please explain what you mean by "an int array cause some problems" - what is the exact symptom? Do you see an error, if yes, paste the exact error message.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by