A static Helper class for managing (saving and restoring) figure, axes and plot layouts. One major shortcoming of MATLAB is that the default MATLAB figure design is very basic and just plain ugly.
% X = kamada_kawai_spring_layout(A) computes a layout for an undirected % graph, connected graph by simulating a system of springs. % [X,data] = kamada_kawai_spring_layout(A) returns extra data, such ...