Feeds
提问
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...
2 years 前 | 2 个回答 | 0
2
个回答提问
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...
2 years 前 | 1 个回答 | 0
