No BSD License  

Highlights from
CoCoMac

image thumbnail
from CoCoMac by James Allen
Download CoCoMac.org cortical connectivity data, model it as a network, and simulate epileptic sprea

fc_update_editbox(activ, plot_coords, circular_plot_axes, activ_plot_axes)
function [] = fc_update_editbox(activ, plot_coords, circular_plot_axes, activ_plot_axes)

set(findobj('tag', 'animation_frame_editbox'), 'string', num2str(round(get(findobj('tag', 'animation_slider'), 'Value'))));
fc_setFrame_circle(activ, plot_coords, round(get(findobj('tag', 'animation_slider'), 'value')), circular_plot_axes);
fc_plot_activ(activ, activ_plot_axes, str2num(get(findobj('tag', 'animation_frame_editbox'), 'string')));

Contact us at files@mathworks.com