Community Profile

photo

Ivy Shen


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


use fzero to solve for a parameter
I wrote the following code to solve for a: clear; clc; EquivRatio = [0.64 0.74 0.84 0.94 1]; K = [0.371 0.447 0.456 0....

5 years ago | 1 answer | 0

1

answer

Question


How to Input a function equation in matlab
Hi, I have an equation as following: F - hm*(a-b)*log(1+F/(hm*(a-b))) = kt I am trying to use fzero to solve for F in matl...

5 years ago | 1 answer | 0

1

answer

Question


how to write a for loop for the following task?
Known: Kp(1)=a; Then: x = roots([Kp-1 7.56*Kp -18.12*Kp 9.56*Kp]); (we only need 0<x<1). T = roots([-0.0012...

5 years ago | 0 answers | 0

0

answers

Question


How to write a nested for loop for the case described here?
Known:Kp(1)=a real value; Then: x = roots([Kp-1 7.56*Kp -18.12*Kp 9.56*Kp]); (we only need 0<x<1). T = roots([-0.00127...

5 years ago | 0 answers | 0

0

answers

Question


Create a For Loop
Hi, the task is that: S0 = 0; S1 = S0+p1-q1-e1; S2 = S1+p2-q2-e2; and so on p,q,and e are all known. I tried ...

5 years ago | 1 answer | 0

1

answer

Question


Hi, i have a 87 * 1 cell array as shown below. how to convert it into a 87 X 11 matrix? Thanks!
<</matlabcentral/answers/uploaded_files/130386/Screen%20Shot%202018-08-28%20at%209.48.21%20AM.png>>

5 years ago | 2 answers | 0

2

answers