필터 지우기
필터 지우기

how to trace matlab code? and how to backtrack?

조회 수: 4 (최근 30일)
huma
huma 2017년 1월 30일
답변: Walter Roberson 2017년 1월 30일
I have matlab code of firefly algorithm and i want to trace so as to understand it. Pls can anyone help me?

답변 (2개)

Walter Roberson
Walter Roberson 2017년 1월 30일
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 2017년 1월 30일
편집: adi kul 2017년 1월 30일
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.

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by