[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GetWorkspaceData and PutWorkspaceData
From: |
Martin Sewell |
Subject: |
GetWorkspaceData and PutWorkspaceData |
Date: |
Fri, 30 Nov 2018 18:46:52 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GetWorkspaceData and PutWorkspaceData,
Martin Sewell <=