Monique
Followers: 0 Following: 0
Feeds
提问
How do I get my code to output each output value with the different input values. error message is Out of memory. The likely cause is an infinite recursion within the program.
here is the code and what is in the command window: function f = swamee_jain_friction_factor(Re, epsilon_over_D) term1 = 5.7...
1 year 前 | 1 个回答 | 0
1
个回答提问
I don't know how to fix this error within my code.
function f_sj = swamee_jain_friction_factor(Re_values, D, epsilon) % Given hydraulic diameter and absolute roughness D = 0.1; ...
1 year 前 | 1 个回答 | 0
1
个回答提问
I am struggling with letter b and keep getting this as an error. Variable b must be of size [1 1]. It is currently of size [3 4]. Check where the variable is assigned a value.
Consider the array (row vector), matrix, and column vector below. A = [11.3 25.4 -58.6 66.2 82.8 37.9 41.5 3.6 60.7 14.2] B ...
2 years 前 | 4 个回答 | 0