Feeds
提问
Send help for the world's easiest matlab code and for some reason I can't get it to work
function i = find_first(array, value) % FIND_FIRST Find first index of a value in an array. % I = FIND_FIRST...
8 years 前 | 1 个回答 | 0
1
个回答提问
Help with creating a modified Euler method for a bungee jumping question
We've been given Euler's method to solve a bungee jumping ODE, but we have to use a second order method (modified Euler, taylor2...
8 years 前 | 1 个回答 | 0
1
个回答提问
Matlab Function for Lagrange Interpolation
My Code is missing two values and I need help: function y = lagrange (X, Y, x) n = length(X); if n ~= length (Y) ...
8 years 前 | 0 个回答 | 0