No BSD License  

Highlights from
MatPlanWDM v0.5

image thumbnail
from MatPlanWDM v0.5 by Pablo Pavon MariƱo
Educational network planning tool for the RWA problem in WDM networks (MILP and heuristic based)

simulationState_continue.m
%Simulation State = CONTINUE

%Updating buttons state
set(handles.pushbutton5,'Enable','off');
set(handles.pushbutton14,'Enable','off');
set(handles.pushbutton7,'Enable','on');
set(handles.pushbutton8,'Enable','off');
set(handles.pushbutton9,'Enable','off');
set(handles.pushbutton10,'Enable','off');
set(handles.pushbutton20,'Enable','off');
set(handles.pushbutton16,'Enable','off');

%Updating simulation state
set(handles.pushbutton7,'UserData',1);

%Updating Edits
set(handles.edit19,'String','');
set(handles.edit24,'String','');
set(handles.edit18,'String','');
set(handles.edit20,'String','');
set(handles.edit22,'String','');
set(handles.edit21,'String','');

%Popup Menu of lightpaths
set(handles.popupmenu12,'Enable','off');
set(handles.popupmenu12,'Value',1);
axes(handles.axes8)
image([]);
topologyTitle='';
plotTopology (phys.nodesPlaceMatrix, phys.linkTable, 0, topologyTitle, 1)
axis off

%Popup Menu of flows
set(handles.popupmenu11,'Enable','off');
set(handles.popupmenu11,'Value',1);
axes(handles.axes2)
image([]);
axis off

pause(0.001)

Contact us at files@mathworks.com