Increment value and run for cells missing in R2021b

조회 수: 16 (최근 30일)
Chris Adamson
Chris Adamson 2021년 10월 27일
댓글: Matthieu 2023년 3월 16일
Has the "Increment and run" feature for code in the editor been removed in 2021b? I understand that live scripts implement it but its clunky for what I want to do.

채택된 답변

Julie Shapiro
Julie Shapiro 2023년 3월 16일
We are happy to report that starting in R2023a, the Increment Value and Run Section tool is once again available in the Editor. You can use the tool to increment, decrement, multiply, or divide numeric values in the Editor and then run the current section after every change.
To adjust a numeric value, select the value or place your cursor next to the value, right-click and select Increment Value and Run Section. Then, use the Increment Value and Run Section dialog box to adjust the value and run the current section.
The Increment Value and Run Section tool is only available in the Editor. To adjust numeric values in the Live Editor, use controls such as numeric sliders and spinners.
For more information, see Create and Run Sections in Code and the MATLAB Release Notes.

추가 답변 (1개)

Shanmukha Voggu
Shanmukha Voggu 2021년 10월 29일
Hi Chris,
You are correct that Increment Value and Run Section tool has been removed in R2021b, checkout release Notes
To increment a numeric value within a section, use controls in the Live Editor. For example, this code calculates the factorial of the variable x.
x = 5;
y = factorial(x)
y = 120
To interactively change the value of x, in a live script, replace the value 5 with a numeric slider. By default, MATLAB reruns the current section when the value of the slider changes.
  댓글 수: 11
Matthieu
Matthieu 2022년 9월 2일
Really a pitty... missing feature...
cui,xingxing
cui,xingxing 2022년 11월 21일
This feature was removed a little too quickly, which is a bit of a shame.

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

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by