circularGraph

Plot an interactive circular graph to illustrate connections in a network.
7.6K Downloads
Updated Fri, 22 Apr 2022 08:55:07 +0000

Plot an interactive circular graph to illustrate connections in a network in MATLAB.

Cite As

Paul Kassebaum (2024). circularGraph (https://github.com/paul-kassebaum-mathworks/circularGraph), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2014b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
2.0.0.0

Changed line 112 in circularGraph.m
from
if row(i) < col(i)
to
if row(i) ~= col(i)
in order to make this package useful for directed graphs.
Major update. Went from functional programming to object oriented.
Changed GitHub repository.

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.