Vijay Iyer

Results 20 comments of Vijay Iyer

Glad to see the convergence of the inline & wiki documentation; and excellent to see all the spot improvements contributed.

Some notes from discussion w/ @robertoostenveld & @apjanke. - [ ] Andrew has some profiling data using a cpu timer, which he can share - [ ] Robert suggests some...

Interesting first results @AljenU. One thing that jumps out at me is how 'zeropar' came out faster than 'parfor' in one of your `ft_networkanalysis` test cases. I'm going to look...

Thanks @AljenU, a couple of f/u questions that our engineers were quickly curious about: - Can you give some spec on the 'local' cluster, i.e. laptop or small desktop? -...

I suggest to [add a breakpoint](s.html) at the offending line. Once the breakpoint is hit, I would execute the command `class(tmp)` to see what type it is. Dot indexing is...

I believe you already know, but just in case: this issue could leverage the [open availability of MATLAB on GitHub Actions for public codebases](https://www.mathworks.com/solutions/continuous-integration.html). ![image](https://github.com/fieldtrip/fieldtrip/assets/23032671/1eb0ea71-018b-4ac0-af6b-643b738e983c) If any questions or issues...

Thanks for capturing this possible matter as an issue. Would certainly be interested to have more information here, so I might follow up.

@bendichter If it helps, I'd be glad to give a demo of other toolboxes using Open in MATLAB Online for tutorial examples as you describe. So long as the data...

> Turns out setting the month before the day can flip the month value one step ahead. The default value for `datetime(0, 0, 0, 0, 0, 0, 0)` is 30-nov,...

> @rly @bendichter Following up from the NWB Workshop about converting matnwb so all functions are inside a package (similar to what @ehennestad has done at https://github.com/ehennestad/matnwb). Happy to help...