I need to speed up my code

2 次查看(过去 30 天)
Mat Hunt
Mat Hunt 2023-9-7
I have code that works perfectly fine, but is very slow. I need to understand how to speed it up. I've run the profiler and there seems to be an issue with one of my functions that I wrote. This is a prototype code and I will need to change out the function zeta, as it's essentially a constitutive relation, so ideally, I will need to change it for different materials.
What can I do to speed up the code?
  1 个评论
Dyuman Joshi
Dyuman Joshi 2023-9-7
From a quick glance over your code -
1> Add comments in your code. It's difficult to understand what you are trying to do without any relevant information.
2> Avoid using global. Pass the variables to the local functions as inputs.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Computational Fluid Dynamics (CFD) 的更多信息

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by