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