Is there a way around the problem in fseek on version 6.5.0 of Matlab?
Could it stop the program from loading?
Thank you
From what I read at the Mathworks pages, there are two distinct errors related to fseek and ftell, both in version 6.5.0. The bugs are fixed in 6.5.1, the patch which is available at the Mathworks, and uses your 6.5.0 license info.
One of the bugs has a “rewind” fix you can put before every use of the errant fseek, but the other error simply says you have to upgrade.
Matlab has also now released 7.0, so I think the safest bet is to avoid 6.5.0. Most of BrainStorm should work in 6.5.0, but we’re not sure of the validity of some of the data retrievals in the large headmodeler matrices, nor the reading of CTF binary data, due to our reliance on fseek and ftell.