how can we preallocate a 2d array?
18 次查看(过去 30 天)
显示 更早的评论
there is a warning in my program, it says that the variable is growing inside a loop. so consider pre allocation for speed
0 个评论
回答(2 个)
José Jines
2023-1-23
Hi,
I am trying to solve this equation:
q_rad_L(i,j)=(ew./(a_g_p+ew-a_g_p).*ew).*thau.*(e_g_p.*T_ini.^4 -a_g_p.*T_iw.^4).*(a_hat./(x(i)-x(i-1)));
I want to solve to some values: i=1:15, j=1:15 into a loop.
I will appreciate for any response.
Josh
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Quadratic Programming and Cone Programming 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!