“Error using uislider (line 53) ‘range’ is not a valid STYLE for uislider. STYLE must be ‘slider’ or ‘range’.”
This error seems like it contradicts itself… it’s coming from my attempt to create a uislider in the following line:
sld = uislider(g,"range","Limits",[0 1], "Value",4/9, "ValueChangedFcn",@(src,event)updateFractal(src,event,iterations, pattern,resolution,ax,ax2));
(of course, ignore the function call, unless it could somehow be relevant)
I don’t see why I would be unable to create a range slider in this instance. At the very least, the error message is very unclear. It works as a normal slider, but not as a range slider.This error seems like it contradicts itself… it’s coming from my attempt to create a uislider in the following line:
sld = uislider(g,"range","Limits",[0 1], "Value",4/9, "ValueChangedFcn",@(src,event)updateFractal(src,event,iterations, pattern,resolution,ax,ax2));
(of course, ignore the function call, unless it could somehow be relevant)
I don’t see why I would be unable to create a range slider in this instance. At the very least, the error message is very unclear. It works as a normal slider, but not as a range slider. This error seems like it contradicts itself… it’s coming from my attempt to create a uislider in the following line:
sld = uislider(g,"range","Limits",[0 1], "Value",4/9, "ValueChangedFcn",@(src,event)updateFractal(src,event,iterations, pattern,resolution,ax,ax2));
(of course, ignore the function call, unless it could somehow be relevant)
I don’t see why I would be unable to create a range slider in this instance. At the very least, the error message is very unclear. It works as a normal slider, but not as a range slider. uislider, gui MATLAB Answers — New Questions