フィルターのクリア

Unable to denoise data on CONN toolbox

10 ビュー (過去 30 日間)
Ross King
Ross King 2023 年 3 月 7 日
コメント済み: Ross King 2023 年 3 月 19 日
I am trying to denoise my data using the CONN toolbox. I have pre-processed the fMRI data of 11 subjects and I then clicked "Done" and start on the "ready to run Setup pipeline," window. I am following the video tutorial they provided on their website but the error message "Index exceeds the number of array elements. Index must not exceed 0" when I do this. I am not sure how to fix this or why this is happening. The only difference between what I am doing and the video tutorial is that I have fewer subjects.

回答 (1 件)

Amit Dhakite
Amit Dhakite 2023 年 3 月 15 日
Hi Ross,
I understand that you are attempting to denoise data using the CONN toolbox, but have run into an error related to accessing array indices that are out of range.
This error message typically appears when attempting to access an array index that is greater than the size of the array.
For example:
arr = [];
disp(arr(1));
Index exceeds the number of array elements. Index must not exceed 0.
Since you are following a video tutorial with a varying number of subjects, it may be useful to debug your code and ensure that you are not accessing any out-of-range indices.
  1 件のコメント
Ross King
Ross King 2023 年 3 月 19 日
I think the problem was that I didn't upload the structural MRI data too.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeBiomedical Imaging についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by