Sample application 5 used in IEEE Transactions on Intelligent Transportation Systems is added.
This commit is contained in:
8
scripts/sample_app5/matlab/plotAvgFailedTask.m
Normal file
8
scripts/sample_app5/matlab/plotAvgFailedTask.m
Normal file
@@ -0,0 +1,8 @@
|
||||
function [] = plotAvgFailedTask()
|
||||
|
||||
plotGenericLine(1, 2, 'Average Failed Tasks (%)', 'ALL_APPS', 'NorthWest', 1);
|
||||
plotGenericLine(1, 2, 'Failed Tasks for Danger Assessment App (%)', 'DANGER_ASSESSMENT', 'NorthWest', 1);
|
||||
plotGenericLine(1, 2, 'Failed Tasks for Navigation App (%)', 'TRAFFIC_MANAGEMENT', 'NorthWest', 1);
|
||||
plotGenericLine(1, 2, 'Failed Tasks for Infotainment App (%)', 'INFOTAINMENT', 'NorthWest', 1);
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user