Community Profile

photo

Jason


Active since 2011

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


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 years ago | 2 answers | 0

2

answers

Answered
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 years ago | 0

Question


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 years ago | 2 answers | 0

2

answers

Answered
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 years ago | 0

Question


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

13 years ago | 4 answers | 0

4

answers

Question


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 years ago | 1 answer | 0

1

answer