control flow graph for mccabe complexity
조회 수: 1 (최근 30일)
이전 댓글 표시
I'd like to create a control flow graph given the output of the function which checks the cyclomatic complexity of a given MATLAB script (checkcode). However, when I run this function, all that appears to output is a scalar quantity: L 0 (C 0): The McCabe complexity is 3. Is there a way to derive the control flow chart from this single value? Or is there a way to access additional information? Thanks for your help in advance.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Construction에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!