Community Profile

photo

Claus Madsen


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


matlab if x<1 use x=1
Hello my questien i maby simple. But i vant an if funktion for a matrix. my matrix could be like: A=[2 ; 0,6 ; 4 ; 0,9] ...

11 years ago | 2 answers | 0

2

answers

Question


iteration with biscetion method
Hello i need som help with program this code. I have the following parameters in a matrix[1566,1] R, I, Q_min, Q_max, A and d. A...

11 years ago | 0 answers | 0

0

answers

Question


bisection iteration wither different values than 0
How to solv the eq f(y)=0.2? instead of f(y)=0. d=0.250; % I SUPPOSED d=1.3 f=@(y) 0.46-0.5*cos(3.14*(y/d))+0.004*cos(2*3...

11 years ago | 1 answer | 0

1

answer

Question


Help to solv a equation with iteration
I need help, how do i make a code in matlab for iterate the following eq: x=0.46-0.5*cos(3.14*(y/d))+0.004*cos(2*3.14*(y/d)) ...

11 years ago | 2 answers | 0

2

answers