送信済み


taylor_series
Returns the Taylor series and its evaluation at a point.

4年以上 前 | ダウンロード 2 件 |

0.0 / 5

送信済み


cranknicolsonheat
Solves a 1D transient heat conduction problem

4年以上 前 | ダウンロード 1 件 |

0.0 / 5

送信済み


odephaseportrait
Draws a 2D phase portrait of a given system of 2 ODEs

4年以上 前 | ダウンロード 2 件 |

0.0 / 5

送信済み


RK4
Solves IVP using using Runge-Kutta Method

4年以上 前 | ダウンロード 1 件 |

0.0 / 5

送信済み


Euler's Method
Solves IVP using Euler's method

4年以上 前 | ダウンロード 1 件 |

0.0 / 5

解決済み


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

4年以上 前

解決済み


Inner product of two vectors
Find the inner product of two vectors.

4年以上 前

解決済み


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

4年以上 前

解決済み


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

4年以上 前

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

4年以上 前

質問


How can I use funtions defined in a column vector individually?
I am looking to solve a problem using ode45 and Runge-Kutta method. For ode45 I hav defined the function as follows. odefun = @...

4年以上 前 | 2 件の回答 | 0

2

回答

送信済み


heun
Solves IVP using Heun's method

4年以上 前 | ダウンロード 1 件 |

0.0 / 5

送信済み


ralstons
Solves IVP using Ralston's method

4年以上 前 | ダウンロード 1 件 |

0.0 / 5

送信済み


tdma
Tridiaogonal Matrix solver

5年弱 前 | ダウンロード 3 件 |

0.0 / 5

送信済み


curve_fit_LSM
Fits a Polynomial (Curve)

5年弱 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

5年以上 前