photo

Jason


2011년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Error Message: "Error: Function definitions are not permitted in this context." How do I fix this?
Hello, This is the function I have created function [R] = HydraulicRadius(W) % ........ for D = 0.5:0.01:1.1 ...

13년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
Using fsolve to find S. S is a function of (Cts,R,d,v,w,Q,W,D,S0) however Cts is a function of S.
Ahh I see my misconception. I only iterated for one value of S0. I want to get a value of S so that when I sub it back into the ...

13년 초과 전 | 0

질문


Using fsolve to find S. S is a function of (Cts,R,d,v,w,Q,W,D,S0) however Cts is a function of S.
I have the following code and it runs fine but it doesn't give me the answer I'm looking for. If I change the value of S0 it giv...

13년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
Extracting data from a loop
Hey sorry I didn't really explain what I'm doing with much clarity. This is an overview of the problem I'm trying to solve. This...

13년 초과 전 | 0

질문


Extracting data from a loop
(pseudocode) function Sactual = Untitled( P,Cactual) % Ccalculated = The calculated sand concentration from the loop % ...

13년 초과 전 | 답변 수: 4 | 0

4

답변

질문


Iterating to find value S
* Hello I'm fairly new to Matlab and I'm having trouble iterating. I'm trying to find the value S however the equation needed ...

13년 초과 전 | 답변 수: 1 | 0

1

답변