Hey there,
This is a great application, thank you for making and sharing it!
I used to use it with Matlab 2011a, but now it's uncompatible because of the following error:
Undefined function or method 'gobjects' for input arguments of type 'double'.
Error in ==> <a href="matlab: opentoline('C:\matlab_tools\bspmview\supportfiles\pgrid.m',65,0)">pgrid at 65</a>
phandle = gobjects(npanel, 1);
Error in ==> <a href="matlab: opentoline('C:\matlab_tools\bspmview\bspmview.m',577,0)">bspmview>put_upperpane at 577</a>
[phandle, pidx] = pgrid(nrow, 1, ...
Error in ==> <a href="matlab: opentoline('C:\matlab_tools\bspmview\bspmview.m',535,0)">bspmview>put_figure at 535</a>
put_upperpane;
Error in ==> <a href="matlab: opentoline('C:\matlab_tools\bspmview\bspmview.m',139,0)">bspmview at 139</a>
S = put_figure(ol, ul); shg;
Indeed, gobjects was introduced in MATLAB 2013.
The last version of bspmview I used which was compatible with MATLAB 2011 was bspmview-829fd7d. Maybe you should make a release with this commit for people with an old MATLAB version (like me)?
PS: I'm not asking to maintain the compatibility with the old MATLAB, but just to release a commit of bspmview when it was still compatible, I know my collegues (who are all using the same version of MATLAB as me) would find it useful...
Hey there,
This is a great application, thank you for making and sharing it!
I used to use it with Matlab 2011a, but now it's uncompatible because of the following error:
Indeed,
gobjectswas introduced in MATLAB 2013.The last version of bspmview I used which was compatible with MATLAB 2011 was
bspmview-829fd7d. Maybe you should make a release with this commit for people with an old MATLAB version (like me)?PS: I'm not asking to maintain the compatibility with the old MATLAB, but just to release a commit of bspmview when it was still compatible, I know my collegues (who are all using the same version of MATLAB as me) would find it useful...