<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
Hi Mats and Robin,
<div><br>
<div>You seem to be running into the same problem as Robin just reported before you. Both error messages point to ft_select_range, which is in fieldtrip/plotting. ft_select_range calls ft_platform_supports (which is a very fresh addition to FieldTrip), which
 is located in fieldtrip/plotting/private. Now, ft_platform_supports wants to call matlabversion and it cannot find it at this location. Looking into fieldtrip/plotting/private, I see that indeed it is missing there. I will fix this.</div>
<div><br>
</div>
<div>Best,</div>
<div>Jan-Mathijs</div>
<div><br>
</div>
<div><br>
<div>
<div>On Jun 19, 2015, at 12:44 PM, Es, M.W.J. van (Mats) <<a href="mailto:M.vanEs@donders.ru.nl">M.vanEs@donders.ru.nl</a>> wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div fpstyle="1" ocsi="0" style="font-family: Calibri; font-size: 15px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
<div style="direction: ltr; font-family: Tahoma; font-size: 10pt;">Hi fieldtrippers,
<div><br>
</div>
<div>I know this is not the conventional way to report a bug, but it seems I am not able to create a bugzilla account at this moment. Since today I get an error using ft_databrowser (data is normal MEG data, preprocessed):</div>
<div><br>
</div>
<div>
<div><i>cfg = [];</i></div>
<div><i>cfg.channel     = 'MEG';</i></div>
<div><span style="font-size: 10pt;"><i>cfg.viewmode = 'vertical';</i></span></div>
</div>
<div><i>cfg = ft_databrowser(cfg, data);</i></div>
<div><br>
</div>
<div>I get the following error many (50+) times:</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div><i>Undefined function 'matlabversion' for input arguments of type 'char'.</i></div>
<div><i><br>
</i></div>
<div><i>Error in ft_platform_supports (line 58)</i></div>
<div><i>    tf=is_matlab() && matlabversion('2014b', Inf);</i></div>
<div><i><br>
</i></div>
<div><i>Error in ft_select_range (line 81)</i></div>
<div><i>if ft_platform_supports('graphics_objects')</i></div>
<div><i> </i></div>
<div><i>Error using waitfor</i></div>
<div><i>Error while evaluating figure WindowButtonMotionFcn</i></div>
</div>
<div><i><br>
</i></div>
<div>I am using matlab2013a on Linux, and I also tried matlab2012a, both show the error.</div>
<div><br>
</div>
<div>Best,</div>
<div>Mats</div>
</div>
_______________________________________________<br>
fieldtrip mailing list<br>
<a href="mailto:fieldtrip@donders.ru.nl">fieldtrip@donders.ru.nl</a><br>
<a href="http://mailman.science.ru.nl/mailman/listinfo/fieldtrip">http://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a></div>
</blockquote>
</div>
<br>
</div>
</div>
</body>
</html>