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