필터 지우기
필터 지우기

What New Functions or Features in R2023B are of Interest?

조회 수: 4 (최근 30일)
Paul
Paul 2023년 11월 11일
편집: Bruno Luong 2023년 11월 11일
I was reading this question where Steve Lord suggested using a function expmv that is new in R2023B. I went over to the Matlab Release Notes and saw a few other things of interest (I should make a habit of checking the release notes!). Are there any new functions, features, etc. in R2023B (Matlab or toolboxes) that you think may be of interest to the community at large?
Please include link(s) to relevant doc page(s) if possible.

답변 (2개)

Walter Roberson
Walter Roberson 2023년 11월 11일
R2023b does not have many changes of interest to me.
What it does have that might be useful to me is,
Find and Replace Dialog Box: Use capture groups in regular expressions to search for and replace groups of characters
resize(): Resize data by adding or removing elements
Ordinary Differential Equations: Use object-oriented solution framework for ODEs
scatteredInterpolant Object: Use multivalued interpolation to interpolate multiple data sets simultaneously
  댓글 수: 1
Paul
Paul 2023년 11월 11일
Along with resize, there is now paddata and trimdata. I can see the latter two being useful on occasion.

댓글을 달려면 로그인하십시오.


Paul
Paul 2023년 11월 11일
New function svdappend sounds interesting. I wonder what typical use-cases might be? @Christine Tobler
  댓글 수: 1
Bruno Luong
Bruno Luong 2023년 11월 11일
편집: Bruno Luong 2023년 11월 11일
Typical case is doing PCA when update with new data.
The update of various matrix desompositions has been discussed before. Personally I'm not fan and it doesn't promise advantage as the appareny attractiveness.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Matrices and Arrays에 대해 자세히 알아보기

제품


릴리스

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by