in between two points
5 ビュー (過去 30 日間)
古いコメントを表示
How can I write that there are ten '*'s between two points? How can I do this? plot
2 件のコメント
回答 (1 件)
Olawale Ikuyajolu
2020 年 5 月 2 日
string = 'a{\ast \ast \ast \ast}b'
4 件のコメント
Olawale Ikuyajolu
2020 年 5 月 2 日
Should be like this
'a^{\ast\ast\ast\ast}b'
for text title('') in plot and text on a plot

参考
カテゴリ
Help Center および File Exchange で Characters and Strings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!