You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While floating ranges, such as slider(0.1:0.1:10) does work well, integer increment looks like work not well.
n = slider(0.1:0.1:10)
For example,
with a slider(1:10:91), I was expecting the value moved like 1, 11,21----81,91, but the value moved as if the range is 1:1:91.
m = slider(1:10:91)
Did I missing something or am I confused to use?
Thanks,
The text was updated successfully, but these errors were encountered:
Hi,
While floating ranges, such as slider(0.1:0.1:10) does work well, integer increment looks like work not well.
n = slider(0.1:0.1:10)
For example,
with a slider(1:10:91), I was expecting the value moved like 1, 11,21----81,91, but the value moved as if the range is 1:1:91.
m = slider(1:10:91)
Did I missing something or am I confused to use?
Thanks,
The text was updated successfully, but these errors were encountered: