Initializing domain, obstacles, objective, and agents
This commit is contained in:
8
firstPlotSetup.m
Normal file
8
firstPlotSetup.m
Normal file
@@ -0,0 +1,8 @@
|
||||
function f = firstPlotSetup(f)
|
||||
if isempty(f.CurrentAxes)
|
||||
axes(f);
|
||||
axis(f.CurrentAxes, "equal");
|
||||
grid(f.CurrentAxes, "on");
|
||||
view(f.CurrentAxes, 3);
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user