Why are these MATLAB Functions Called?
이전 댓글 표시
We use MATLAB as the implementation language for functional prototyping of both hardware and software. In the Profiler data from execution of a scientific application, there are entries for:
- num2str
- strcat
- int2str
- blanks
The above routines are called for each reference to other routines we wrote, in For loops. The problem: these routines consume a significant amount of Total time. Also, Self time for the individual routines is significant.
What is the function of these routines? Can you recommend options for reducing their impact on application performance? Thanks for your assistance
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Programming에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!