如何使用 MATLAB 中的 sprintf 函数打印百分号字符?

当我执行“sprintf('100%')”时,获得的结果是“100”而不是“100%”

 採用された回答

MathWorks Support Team
MathWorks Support Team 2019 年 9 月 27 日

0 投票

当需要转译百分号时,使用两个百分号表示,例如:
sprintf('100%%')
打印的结果是100%
源链接:www.mathworks.com/matlabcentral/answers/102505-how-do-i-print-a-character-using-sprintf-in-matlab-7-7-r2008b

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMATLAB についてさらに検索

製品

リリース

R2019a

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!