Azzera filtri
Azzera filtri

how to trace matlab code? and how to backtrack?

4 visualizzazioni (ultimi 30 giorni)
huma
huma il 30 Gen 2017
Risposto: Walter Roberson il 30 Gen 2017
I have matlab code of firefly algorithm and i want to trace so as to understand it. Pls can anyone help me?

Risposte (2)

Walter Roberson
Walter Roberson il 30 Gen 2017
You can put a breakpoint in the first executable line. After that you can use the Step and Step in buttons. You can see who called this routine using dbstack. You can switch attention between calling routines using dbup and dbdown

adi kul
adi kul il 30 Gen 2017
Modificato: adi kul il 30 Gen 2017
not sure what you mean by "tracing". If you have the "code" then that should be sufficient to understand how it works. I would suggest putting "breakpoints' to see what happens till specified line it the code but that again depends on what code you have.

Categorie

Scopri di più su Loops and Conditional Statements in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by