Setting Live editor Slider Control minimum and maximum

I am attempting to use the slider control in a live script, however I need the minimum and maximum values to be set by properties of workspace variables.
for example, I wish the maximum slider value to be the size of the 1st dimension of a matrix (8 bit Image)
For a slider in app designer i would use the following command to set minimum=1 and maximum=2
app.Slider.Limits=[1 2]
Is there a way to do the same in live editor?

4 个评论

I am encountering this same issue. Did you manage to find a way to do this?
Thanks in advance!
Sorry to be unhelpful, but I'm afraid I gave up on using Live Editor for the purpose I was planning.
I am surprised that this is not yet possible.
It is possible in Live Editor for web.

请先登录,再进行评论。

 采纳的回答

Hello,
The functionality to create dynamic controls in live scripts by linking variables to slider values was introduced in MATLAB R2021a release. You can try updating to this release or alternatively use MATLAB online to have the functionality.
Refer to this document for more information on linking variables to controls. Here is the link to Release Notes.

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Interactive Control and Callbacks 的更多信息

产品

版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by