You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rainbow colour scales have several limitations. It would be helpful to add the functionality to draw isochronal activation lines. This should probably be created as a standalone function.
Functions such as drawMap.m could then have an additional parameter-value pair such as 'isochronal'{'false'} | true. If set to true, after drawing the map the isochronal function could be called to add the isochronal lines.
Possible header:
drawIsochronalLines(userdata, type, options)
userdata - userdata structure
type - 'uni' | 'bip' | 'lat' | 'cv'
options - a structure describing the lines, for example options.min, options.max, options.interval
The text was updated successfully, but these errors were encountered:
Rainbow colour scales have several limitations. It would be helpful to add the functionality to draw isochronal activation lines. This should probably be created as a standalone function.
Functions such as
drawMap.m
could then have an additional parameter-value pair such as'isochronal'
{'false'} | true
. If set totrue
, after drawing the map the isochronal function could be called to add the isochronal lines.Possible header:
The text was updated successfully, but these errors were encountered: