Discussion:
GetWorkspaceData and PutWorkspaceData
Martin Sewell
2018-11-30 18:46:52 UTC
Permalink
Hi

MATLAB has functions GetWorkspaceData and PutWorkspaceData, but these
are missing from Octave.

I am using C# with Octave.NET and basically wish to edit the following
code so that it uses Octave.NET rather than the MATLAB COM object.

MLApp.MLApp matlab = new MLApp.MLApp();

matlab.PutWorkspaceData("x", "base", (Object)x);

matlab.GetWorkspaceData("y", "base", out y);

Thanks for any help.

Regards

Martin

Loading...