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
My feeling is that perhaps this would be easiest to implement as a series of stand alone functions rather than as a single script (e.g. like the cosmo MVPA toolbox, and most other matlab toolboxes where each function is a separate .m file); I think the logic would certainly be a little more intuitive to MATLAB users and it's a little easier to inspect the outputs of each function rather than having everything wrapped up in this way
The text was updated successfully, but these errors were encountered:
I would say in many cases it is good to use OOP(object-oriented programming)! We can also create more than one instance to do the parallel computing and also it can be easily developed in the future if we use OOP. We can discuss more but I believe the advantage of this code is being OOP and automating the procedure! @jwalbrin
My feeling is that perhaps this would be easiest to implement as a series of stand alone functions rather than as a single script (e.g. like the cosmo MVPA toolbox, and most other matlab toolboxes where each function is a separate .m file); I think the logic would certainly be a little more intuitive to MATLAB users and it's a little easier to inspect the outputs of each function rather than having everything wrapped up in this way
The text was updated successfully, but these errors were encountered: