| Description |
This function is designed to be easily used by simply supplying data. Axis names, sensitivity value and plot saving are optional function inputs. The function returns two vectors with the low and high sensitivity values, along with a tornado plot. The syntax is:
[low,high]=TorPlot(data,names,0.2,true);
where data=[1,2,3...] and names={'First','Second','Third'...}. 0.2 corresponds to a 20% sensitivity analysis and true indicates the plot will be automatically saved in the working directory as 'Objective.png'. |