Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

.net expando objects in Matlab 2015b

6 Ansichten (letzte 30 Tage)
Doctor G
Doctor G am 30 Mär. 2016
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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

Antworten (0)

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by