second memry
This commit is contained in:
@ -16,9 +16,9 @@ function [ret_val] = getConfiguration(argType)
|
||||
elseif(argType == 6)
|
||||
ret_val = 1; %xTickLabelCoefficient
|
||||
elseif(argType == 7)
|
||||
ret_val = {'SINGLE_TIER','TWO_TIER','TWO_TIER_WITH_EO'};
|
||||
ret_val = {'SINGLE_TIER','TWO_TIER'};
|
||||
elseif(argType == 8)
|
||||
ret_val = {'1-tier','2-tier','2-tier with EO'};
|
||||
ret_val = {'First Iteration','Second Iteration'};
|
||||
elseif(argType == 9)
|
||||
ret_val=[10 3 12 12]; %position of figure
|
||||
elseif(argType == 10)
|
||||
|
Reference in New Issue
Block a user