Community Profile

photo

Payson


Last seen: 12 months ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


Implementation of 4-step Runge-Kutta
I am trying to use a runge-kutta function that I wrote previously on a new example. function [y, t] = rungekutta(f, a, b, y0, h...

12 months ago | 2 answers | 0

2

answers

Question


Evaluate an anonymous function for each value in a matrix
I want to evaluate a function for every value in a matrix, but MATLAB thinks I want to input the entire matrix into the function...

12 months ago | 1 answer | 0

1

answer