MATLAB flow charts

Visustin generates flow charts from MathWorks MATLAB source code (.m files). The support is current as of MATLAB R2016b.

Supported statements

Visustin supports the following MATLAB statements.

Statement typeStatement
Conditional statementsif..elseif..else..end
Multiway decisionswitch..case..otherwise..end
Iterationfor..end, parfor..end
Loopingwhile..end
Loop exit and continueexit, continue
Returnreturn
End programexit, quit
Error handlingtry..catch..end
Error throwingthrow, rethrow, error
Functionsfunction
Classesclassdef, methods, properties, events, enumeration
Comments%Comment, %{ Comment block %}

Most other statements are handled as regular statements.

Limitations

©Aivosto OyVisustin Help