LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
matlab
src
lang
layered
@LayeredNetwork
plot.m
1
function plot(self, showTaskGraph)
2
% PLOT(SELF, SHOWTASKGRAPH)
3
4
% Copyright (c) 2012-2026, Imperial College London
5
% All rights reserved.
6
7
if nargin<2 %~exist(
'showTaskGraph'
,
'var'
)
8
showTaskGraph = false;
9
end
10
11
plotGraph(self);
12
if showTaskGraph
13
plotTaskGraph(self);
14
end
15
end
Generated by
1.9.8