photo

Monique


Last seen: 5 Tage vor Aktiv seit 2023

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

9 Monate vor | 1 Antwort | 0

1

Antwort

Frage


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; ...

9 Monate vor | 1 Antwort | 0

1

Antwort

Frage


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 ...

mehr als ein Jahr vor | 4 Antworten | 0

4

Antworten