CALC_GIFTI_EIGENMODE Calculate surface eigenmodes

Dependencies

GIfTI Library found here: github.com/gllmflndn/gifti (download and add to path)

Inputs

`giftipath - path to gifti (string | char array)`
`k - number of eigenmodes (positive integer scalar)`
`sigma - approximation of first eigenvalue (scalar)`
`lump - flag to lump mass matrix (false (default) | true)`

Outputs

`giftiModes - array of eigenmodes (matrix)`
`s - struct containing eigenmodes, mass matrix, verts, etc. (struct)`

TODO

  • docs

Authors

Mehul Gajwani, Monash University, 2024