Convert int to string without using int2str()
이전 댓글 표시
I'm using Matlab Coder to convert some Matlab code to C++, however I'm having trouble converting int to strings.
int2str() is not supported for code generation, so I must find some other way to convert ints to strings. I've tried googling it, without success. Is this even possible?
댓글 수: 1
Ryan Livingston
2015년 7월 24일
For the benefit of future readers, see http://stackoverflow.com/q/31581266/3297440 for more discusson
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB Coder에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!