Community Profile

photo

Lucy


Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


ODE using different initial conditions at one time point
<http://www.mathworks.com/help/techdoc/ref/ode23.html ode(function, tspan, x0)> is to find the ode at one time point at the init...

13 years ago | 1 answer | 0

1

answer

Answered
Help with matrix indexing.
Hi, I solved the problem by using if i==1 cellindex=16; elseif i~=1 cellindex=i-1; c(cellindex,:) end Thank...

13 years ago | 0

Question


Help with matrix indexing.
C is a matrix with i rows and 5 columns. i=1:16 I am interested in finding the value of C(i-1,:). Using the following matlab c...

13 years ago | 4 answers | 0

4

answers