·
34 commits
to master
since this release
Immutable
release. Only release title and notes can be modified.
1.16.0 - (2025-12-27)
Added
- Windows ARM64 support: build and installer available.
onCleanup: Execute code during function shutdown.- #188
audiorecorder: Record audio. getaudiodata: Retrieve recorded audio as a numeric array.isrecording: Check if audio recording is in progress.record: Record audio to anaudiorecorderobject.recordblocking: Record audio and block until completion.getplayer: Create an associatedaudioplayerobject.TimerFcn,StartFcn,StopFcncallbacks foraudioplayerandaudiorecorder.rms: Compute root mean square of array elements.daspect: Set data unit length along each axis.pbaspect: Set relative axis lengths.
Changed
- Advanced terminal:
linenoisereplaced byreplxxfor improved line editing. - Autocomplete: Upgraded functionality in advanced command-line terminal.
- Axis handling: Enhanced axis limit normalization and improved
DataAspectRatio.
Fixed
- #1494: In advanced CLI mode, pasting long lines no longer causes character duplication.
- #1493:
docfunction works again on Nelson Cloud (regression in 1.15.0). - #1492: Temporary message removed when generating toolbox help.
- BLAS/OpenBLAS detection improved in example
run([modulepath('dynamic_link'), '/examples/call_fortran.m'])on some Linux systems. imresize: Now supports scalar string arrays as input arguments.- #1505: Updated CMake to 4.2 and ICU to 78.1 on Windows