v1.7.0
Nelson-numerical-software
released this
28 Aug 17:34
·
84 commits
to master
since this release
1.7.0 (2024-08-28)
Added
uicontrol
Create user interface control (button, slider, edit, list box, etc.).waitfor
Block execution and wait for condition.waitforbuttonpress
— Wait for click or key press.im2double
— Convert image to double.CloseRequestFcn
— Close request callback forfigure
.CreateFcn
— Create callback for all graphic objects.DeleteFcn
— Delete callback for all graphic objects.BusyAction
— Busy action for all graphic objects.Interruptible
— Interruptible property for all graphic objects.BeingDeleted
— Being deleted property for all graphic objects.KeyPressFcn
,KeyReleaseFcn
,ButtonDownFcn
properties forfigure
.
Changed
-
Refactor the internal implementation of the 'system' built-in function.
-
Python 3.12.5 on Windows.