Feeds
답변 있음
sprintf('%d',x) prints out exponential notation instead of decimal notation
So why did Mathworks introduce %d and %i at all? It would be safer to use %.0f in any case.
sprintf('%d',x) prints out exponential notation instead of decimal notation
So why did Mathworks introduce %d and %i at all? It would be safer to use %.0f in any case.
7년 초과 전 | 0
