The different plots given in the accompanying publication are available to the user. This includes plotting of the full space (plot dimensionality is equal to number of experiments, no more than 3 experiments), or plotting of the reduced space (plot dimensionality is one less than the number of experiments no more than 4 experiments). Before plotting, one must calculate the space, done with the ‘get_space’ function:
space=get_space(rates,par);
‘rates’ is the output of the calc_rates function. ‘par’ specifies the space desired. One may also plot spaces using a set of detector sensitivities instead of rate sensitivities (using the output of the detector_opt function).
space=get_space(r,par); %r is the output of detector_opt
Sections:
Calculating a full space (get_space)
Calculating a reduced space (get_space)
Plotting the space (draw_space)
Automatic plotting (drawMultiSpace)