
when using listdlg is it possible to use tex characters in the ListString?
5 views (last 30 days)
Show older comments
This is what i am trying to do :
(I would like ''\sigma_x'' to turn into σx )
listdlg('ListString' , {'Von Mises Stress', '\sigma_x' , '\sigma_y'})
But the result i get is:

0 Comments
Answers (2)
Walter Roberson
on 31 Dec 2021
listdlg('ListString' , {'Von Mises Stress', '<HTML>σ<sub>x</sub>' , '<HTML>σ<sub>y</sub>'})
0 Comments
See Also
Categories
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!