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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 0 | 0