Feeds
提问
for loop store building vector
I want this code to create a vector of pH as it iterates. i.e. pH will keep building with each iteration. The first parts is jus...
12 years 前 | 1 个回答 | 0
1
个回答提问
Infinite loop with golden search method
Hi I want this code to spit out F = 10 when w = 0 at the maximum using the golden search method as shown by eliminating each w v...
12 years 前 | 1 个回答 | 0
1
个回答提问
Problem with Function Handle, I want this to spit out four f values. I'm new to Mathworks too.
D = [0.1, 0.2, 0.05, 0.15]; L = [10, 3, 4, 8]; A = 0.25*pi.*D.^2; e = 0.0015e-3; rho = 998; ...
12 years 前 | 1 个回答 | 0
