How to write a "Big O notation" coding using MATLAB
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi I would like to write a big O notation code for MATLAB program (medical image segmentation) to analyse time complexity.can anyone give me some example or solution.
댓글 수: 0
답변 (1개)
José-Luis
2016년 12월 27일
Is this what you mean:
axes;
text(0.5,0.5,'$\mathcal{O}(n\log{}n)$','Interpreter','latex')
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!