Sample application 5 used in IEEE Transactions on Intelligent Transportation Systems is added.
This commit is contained in:
7
scripts/sample_app5/matlab/plotTimeComplexity.m
Normal file
7
scripts/sample_app5/matlab/plotTimeComplexity.m
Normal file
@@ -0,0 +1,7 @@
|
||||
function [] = plotTimeComplexity()
|
||||
|
||||
plotGenericLine(6, 1, 'Simulation Time (minute)', 'ALL_APPS', 'NorthWest', 0, 60);
|
||||
|
||||
plotGenericLine(6, 2, 'Orchestration Algorithm Overhead (micro second)', 'ALL_APPS', 'NorthEast', 0, 1000);
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user