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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0
