num2str() and int2str() should be replaced with sprintf() unless you need the behavior of automatically formatting arrays.
I am not sure there is anything faster than blanks. Possibly the obscure char.empty()
num2str() and int2str() should be replaced with sprintf() unless you need the behavior of automatically formatting arrays.
I am not sure there is anything faster than blanks. Possibly the obscure char.empty()
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!