clear all; % this will clear the work space initProject('myFirstRCproject', mfilename('fullpath')); % this will initialize the project myFirstRCnetwork(); % this executes the m-file: "myFirstRCnetwork.m" stophtml(); % this properly closes the project html index page