Filter löschen
Filter löschen

Generate a row vector of length n+1

1 Ansicht (letzte 30 Tage)
patricia
patricia am 3 Apr. 2012
I have a function Funtion [t,u] = rk3(f,t0,tf,u0,n)
I am struggling defining the output argument t and u
The output argument t to be generated is a row vector of length n+1 containing the times t0; t1;...; tn and the output argument u to be generated is an array of size 2x(n+1) with the 1st column of u being u0 and with the (i + 1)th column of u being the approximation ui for i = 1;...; n.
i know that u(:,1)=u0 will set the first column of u to u0 and that u(:,i) refers to the i-th column f the matrix
would i be right in assuming that u(:,i+1) is the (i+1)th column?
any help will be appreciated. Thank you

Antworten (1)

Rick Rosson
Rick Rosson am 3 Apr. 2012
Yes.
  4 Kommentare
Jan
Jan am 3 Apr. 2012
Shortest *and* exhaustive. Has there ever been a shorter answer in this forum? Perhaps "No." or "19"?
Rick Rosson
Rick Rosson am 3 Apr. 2012
Jan: Great minds...

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by