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...
대략 3년 전 | 답변 수: 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...
대략 3년 전 | 답변 수: 1 | 0
