Setting Live editor Slider Control minimum and maximum
12 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Ananya Tewari
2021-10-20
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.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!