How to display numbers in the vector in the title for MATLAB?
1 回表示 (過去 30 日間)
古いコメントを表示
my vector looks like this :
swtCI = [.99 .95 .50 ]'
this will be in the loop (shown below):
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/162584/image.png)
instead of the titles saying swtCI(i,1), how can i get them to display the numbers associated with their positions in the vector above? as a percentage.
i.e i want it to say upper 99% and lower 99% in the upper and lower bound, respectively.
Any help would be appreciated. thanks.
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Title についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!