According to the Version History section of the uislider documentation page, the ability to create a range slider by specifying style as "range" was introduced in release R2023b. This post was tagged release R2022b, meaning the release you're using predates the introduction of that functionality. You'll need to upgrade to release R2023b or later.
Error when using range slider (uislider)
8 次查看(过去 30 天)
显示 更早的评论
I get the error when trying to define a range slider. I copied and pasted the Mathworks example code and get this error. Does anyone no why?
Error using uislider
No value was given for 'range'. Name-value pair arguments require a name followed by a value.
Error in sliderApp (line 3)
sld = uislider(fig,"range");
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!