Use MATLAB Structures in .NET
The MathWorks.MATLAB.Types.MATLABStruct class enables you to:
Create a
MATLABStructobject in .NET and pass it to MATLAB®.Convert a MATLAB
structobject toMATLABStructand convert a MATLABstructarray toMATLABStruct[,,...].
This C# example code shows how to interact with MATLAB structs from a C# application. To build and run this example, see Test Your .NET Development Environment.
See Also
MathWorks.MATLAB.Types.MATLABStruct
