Why are settings (such as character encoding and java heap memory) not reflected in matlab instance called through C# ?
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
Hello,
In my application a matlab instance is launched through C# using COM. But the settings that I have done in my Matlab environment such as character-encoding using slCharacterEncoding() or increase in java heap memory thru the 'java.opts' solution do not reflect in the matlab instance called thru COM.
Please help.
Thanks,
Vishal Rane
댓글 수: 0
답변 (1개)
Friedrich
2011년 8월 5일
0 개 추천
Hi,
How do you do the slCharacterEncoding()? With a startup.m? Then that was perhaps not executed because another startup dir was used then your expected.
Actually the java.opts should also be used. Which ML version do you use? Because since 10a you don't do that with java.opts anymore.
댓글 수: 0
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!