sprintf is it safe to use?
1 view (last 30 days)
Show older comments
Is it safe to use the code sprintf? because i was reading something and it said that sprintf is not safe to use
4 Comments
Accepted Answer
Bruno Luong
on 3 Sep 2020
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 Comments
More Answers (0)
See Also
Categories
Find more on Entering Commands in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!