Re: [HCP-Users] matlab cifti functions dependency issue?

2019-05-10 Thread Moataz Assem
Yep thought so, thanks Tim! Moataz From: Timothy Coalson [mailto:tsc...@mst.edu] Sent: 09 May 2019 20:07 To: Moataz Assem Cc: hcp-users@humanconnectome.org Subject: Re: [HCP-Users] matlab cifti functions dependency issue? Additionally, this may already be fixed in the latest master (as of 3

Re: [HCP-Users] matlab cifti functions dependency issue?

2019-05-09 Thread Timothy Coalson
Additionally, this may already be fixed in the latest master (as of 3 weeks ago). Tim On Thu, May 9, 2019 at 1:47 PM Timothy Coalson wrote: > The quick solution is to add that path to your default matlab path, with > the added benefit that you can then use ciftiopen and related in your own >

Re: [HCP-Users] matlab cifti functions dependency issue?

2019-05-09 Thread Timothy Coalson
The quick solution is to add that path to your default matlab path, with the added benefit that you can then use ciftiopen and related in your own code. Our setups always have a version of these functions in the default matlab path, which is probably why we missed this. Tim On Thu, May 9, 2019

[HCP-Users] matlab cifti functions dependency issue?

2019-05-09 Thread Moataz Assem
Hi, When running MSMAllPipelineBatch, it ultimately calls the matlab function ComputeVN (in my case, running the matlab interpreted version) which then crashes because it doesn't recognize the "ciftiopen" function. Obviously it can't find the directory where the function is. I have already