morteza-mahdiani / fMRIGC

Connectivity of human brains recorded signals
GNU General Public License v3.0
0 stars 0 forks source link

Tst2 #13

Open morteza-mahdiani opened 2 years ago

morteza-mahdiani commented 2 years ago

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

morteza-mahdiani commented 2 years ago

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