<div dir="ltr">Hello<br><br>I have a data matrix (in Matlab, at size of [channel num X 30 X 8] ) that holds some values I calculated for <u>each channel</u>.<br>Is it possible to use your ft_multiplot (or any other function) to display the plots of <b>all channels</b> in their original layout? similar to the ft_multiplotER ?<br>
My aim is to plot (for each channel) 8 plots on the same axes (similar to using hold on, or plot([x1,y1],[x2,y2] ,...[x8,y8]) where each xi and yi have 30 indexes <br>and to display it all in the layout of all channels together (similar to the ft_multiplotER, with cfg.layout='4D248.lay';).<br>
<br>Is it possible? how can I do that?<br>can I "zoom in" or display a selected channels- similar to the cfg.interactive='yes'; option?<br><br>thanks<br><br>Inbal<br></div>