sprintf is it safe to use?
1 回表示 (過去 30 日間)
古いコメントを表示
Is it safe to use the code sprintf? because i was reading something and it said that sprintf is not safe to use
4 件のコメント
採用された回答
Bruno Luong
2020 年 9 月 3 日
It's not safe for C where strings are 0 terminated.
But for MATLAB the length is inside an internal (mxArray) structure, so it's totally safe.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Entering Commands についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!