MATLAB: Matlab-basic

MATLAB

hi,
does matlab program inside a if loop always executed sequentially ?

Best Answer

No, the Just In Time (JIT) compiler can end up reordering some portions of the code.
Related Question