Nottingham DTP Workshop
We also do Training Workshops!
9th December 2016: University of Nottingham
This was a one day intensive Workshop for trainees who had just started Module 1
Introduction to SysMIC and MATLAB morning session
Afternoon session: setting up and editing network graphs
%% Change the colours of nodes 2 and 4 to red
% RGB code for red is [1,0,0].
set(g.Nodes([2,4]),'Color',[1,0,0])
Creating Small World Networks in MATLAB as final example:
Working with the Watts-Strogatz algorithm
Interested? Contact us for options.