Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

large Data #28

Open
Anneke304 opened this issue Feb 27, 2025 · 1 comment
Open

large Data #28

Anneke304 opened this issue Feb 27, 2025 · 1 comment

Comments

@Anneke304
Copy link

Hello,

I wanted to ask if you have any suggestions how I could maybe save steps in between to avoid getting the following error:

Error using cat
Requested 392x8099745 (23.7GB) array exceeds maximum array size preference (16.0GB). This might cause MATLAB to become
unresponsive.
Error in cell2mat (line 75)
m{n} = cat(2,c{n,:});
^^^^^^^^^^^^^
Error in vocalmat_identifier (line 235)
A_total = cell2mat(A_total);
^^^^^^^^^^^^^^^^^
Error in run (line 112)
evalin('caller', strcat(scriptStem, ';'));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in VocalMat (line 98)
cd(fullfile(root_path, 'audios')); run('vocalmat_identifier.m')

can something like chuck processing be implemented somewhere? or is there any other helpful solution? I in generell mainly need information of the excel sheet that is created with the script.

Happy for any suggestions! Thank you very much!

@ahof1704
Copy link
Owner

ahof1704 commented Feb 27, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants