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

weight_out_delay_time.m #14

Open
Snowbird opened this issue May 5, 2020 · 1 comment
Open

weight_out_delay_time.m #14

Snowbird opened this issue May 5, 2020 · 1 comment

Comments

@Snowbird
Copy link

Snowbird commented May 5, 2020

Hello,when I run the MATLAB code analysis_FeaturePrediction.m,the error occurs in line251,when the predict_out function calls the weight_out_delay_time function,it requires the array size of 7516192768001x1750 (98000000.0GB),which is out of the max array size,I wonder is there any method to solve this problem?

@donghaiwang
Copy link

高版本matlab需要在 mex_compile.m 中添加兼容性数组维度,否则出现“请求的数组超过预设的最大数组大小”错误。

mex -v weight_out_delay_time.c '-compatibleArrayDims'

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