統計
MATLAB Answers
3 質問
0 回答
ランク
of 171,361
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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