gpt4 book ai didi

matlab - 使用 interp1 时内存不足。软件

转载 作者:太空宇宙 更新时间:2023-11-03 20:33:02 25 4
gpt4 key购买 nike

我有两个matlab可以存储大量元素的数组。当我尝试使用函数 interp1 对它们进行插值时,问题就来了。出现错误提示“内存不足 - interp1 错误(第 122 行) 如果有(差异(X)<0)“我有哪些选择?

    time; % Vector, length(time)=91542016
Results; % Vector with the results for each time step, length(Results)=91542016
A=1:1:(10^7); %Vector of positions in which I want to interpolate
E=interp1(time,Results,A,'previous'); %Vector in which I want to store the interpolation

最佳答案

尝试将您的数组从 'double' 转换为 'single'。那么你将使用一半的内存。

关于matlab - 使用 interp1 时内存不足。软件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41772368/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com