How to write a "Big O notation" coding using MATLAB

2 vues (au cours des 30 derniers jours)
Anitha Vishnuvarthanan
Anitha Vishnuvarthanan le 27 Déc 2016
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.

Réponses (1)

José-Luis
José-Luis le 27 Déc 2016
Is this what you mean:
axes;
text(0.5,0.5,'$\mathcal{O}(n\log{}n)$','Interpreter','latex')

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by