Note that this reference documentation is identical to the help that is displayed in Matlab when you type “help ft_plot_vol”.
FT_PLOT_VOL visualizes the boundaries in the vol structure constituting the geometrical information of the forward model Use as hs = ft_plot_vol(vol, varargin) Graphic facilities are available for vertices, edges and faces. A list of the arguments is given below with the correspondent admitted choices. 'facecolor' [r g b] values or string, for example 'brain', 'cortex', 'skin', 'black', 'red', 'r' 'vertexcolor' [r g b] values or string, for example 'brain', 'cortex', 'skin', 'black', 'red', 'r' 'edgecolor' [r g b] values or string, for example 'brain', 'cortex', 'skin', 'black', 'red', 'r' 'faceindex' true or false 'vertexindex' true or false Example vol.r = [86 88 92 100]; vol.o = [0 0 40]; figure, ft_plot_vol(vol)
Share this page: