GUI: how to make radio button with multiple lines

2 views (last 30 days)
I would like to create a radio button with a label (i.e. its 'String' property) spanning multiple lines. How can I do that?

Accepted Answer

Adam
Adam on 18 May 2018
Use html for the 'String', e.g.
'<html>This is a multiline<br>string</html>'

More Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!