Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
.net array failed to acces array (error method () not available)
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi,
I have a .net assembly. When I call the function var1 = assembly0.methodassembly1.assembly1in1; text = var1(5).ToString();
then I get a string back from the .net variable. When I however try to access the string directly by the following:
text = assembly0.methodassembly1.assembly1in1(5).ToString();
assembly1in1 is thus a method which returns an array. Calling this array directly fails but when I create an extra variable it does not fail. (this used to work in 2010b)
I get an error method () not found. This worked in matlab 2010b but does not seem to be working in matlab 2012b.
Please help me for me to understand what I did wrong.
Tom Wambecq
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!