Info

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

.net expando objects in Matlab 2015b

조회 수: 1 (최근 30일)
Doctor G
Doctor G 2016년 3월 30일
마감: MATLAB Answer Bot 2021년 8월 20일
Well, I got the expando object to create in Matlab 2015b , however, I have no idea how to add property/value pairs. I am looking to use this to marshal data from Matlab and pass it to a C# Dll I have written.
core = NET.addAssembly('System.Core')
x = System.Dynamic.ExpandoObject
>> methods(x)
Methods for class System.Dynamic.ExpandoObject:
Equals ExpandoObject GetHashCode GetType ToString

답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by