How to make a special slider (or jslider) with areas after minimum and maximum range on Matlab?
Please see the illustration:

Thanks
How to make a special slider (or jslider) with areas after minimum and maximum
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need a custom Java control, using a custom paint() method. I suggest that you repost your question as a Java Swing question (tags Java, Swing, JSlider) – this should get you some responses. Then use the control in Matlab as usual.