-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
api/matlabRelates to the Matlab APIRelates to the Matlab APIbugAn unexpected problem or unintended behaviorAn unexpected problem or unintended behavior
Description
Affiliation
MIT PSFC
Version(s) Affected
alpha-7-157-0 and perhaps other versions too
Platform(s)
macOS Tahoe (Apple Silicon) with MATLAB R2024b
Installation Method(s)
Developer build
Describe the bug
The MDSplusAPI.m script does retrieve data from a tree, but causes MATLAB to hang on the exit command.
>> mdsip = MDSplusAPI('localhost')
mdsip =
MDSplusAPI with properties:
con: [1×1 mds.mdsip.MdsIp]
api: [1×1 mds.MdsApi]
tree: []
>> mdsip.open(‘mytree', 5)
>> mdsip.execute('num1')
ans =
80
>> exit
To Reproduce
Launch MATLAB and then run the following commands. Of course, change "localhost" to an appropriate server name.
>> mdsip = MDSplusAPI('localhost')
>> exit
Expected behavior
This alternate API should not cause MATLAB to hang on exit.
Screenshots
n/a
Additional context
Is this alternate API for MATLAB still needed?
Metadata
Metadata
Assignees
Labels
api/matlabRelates to the Matlab APIRelates to the Matlab APIbugAn unexpected problem or unintended behaviorAn unexpected problem or unintended behavior