Sample application 5 used in IEEE Transactions on Intelligent Transportation Systems is added.
This commit is contained in:
9
scripts/sample_app5/matlab/plotAvgProcessingTime.m
Normal file
9
scripts/sample_app5/matlab/plotAvgProcessingTime.m
Normal file
@@ -0,0 +1,9 @@
|
||||
function [] = plotAvgProcessingTime()
|
||||
|
||||
plotGenericLine(1, 6, 'Average Processing Time (sec)', 'ALL_APPS', 'NorthWest', 0);
|
||||
|
||||
plotGenericLine(2, 6, 'Processing Time on RSU (sec)', 'ALL_APPS', 'NorthWest', 0);
|
||||
|
||||
plotGenericLine(3, 6, 'Processing Time on Cloud (sec)', 'ALL_APPS', 'NorthWest', 0);
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user