pwGetPlottingDataForStimDepView


 [uniqueTimepoints, stimuliValues, data, IDs] = pwGetPlottingDataForStimDepView(iCouple, type)

 Returns plotting data for stimulus dependent view.

 

Arguments for pwGetPlottingDataForStimDepView

 iCouple   Index of the couple of interest in the currently combined couples.
           (Not to be mistaken with its index in the repository list of
           available couples)
           Default: 1

 type      Either 'u', 'x', 'y', or 'z'.
           Data will be returned for this variable type.

 uniqueTimepoints  Unique subset of tForFit timepoints for which stimulus
                   dependent data will be returned

 stimuliValues     Cell array with v = stimuliValues{iT} being the values of
                   all stimuli for uniqueTimepoint(iT), e.g. the available
                   doses at a certain time-point for a dose-response experiment.

 data              Cell array with d = data{iT} being a matrix of
                   values where d(i,j) is the value at time iT of the j-th plotted
                   species of the selected variable type for stimulus j,
                   i.e. at stimulusValues{iT}(j).

 IDs               Cell array with ID = IDs{j} being the ID of the
                   j-th plotted species


 

Configuration

 config.plotting.showT0InStimDepView

See also

pwGetPlottingData
pwGetPlottingData2