photo

RAJESH


Last seen: 2ヶ月 前 2024 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
CODE error correction
clc; clear all; close all; % Input data points x = [0 3 4 5 6]; % x-coordinates y = [3 6 1 7 5]; % y-coordinates %...

2ヶ月 前 | 0

回答済み
divide and conquer
term3 = r(i) * (y(i) - alpha(i) * Y1(i, 1)) + (x(i+1) - x(i)) * d(i) - alpha(i) * d1(i, 1) * (X1(i, t(i)) - X1(i, 1)) * ... ...

2ヶ月 前 | 0

回答済み
divide and conquer
clc; clear all; close all; % Initialization iter = 1; x = [0 0.25 0.5 0.75 1]; y = [5 6 3 2 8]; % Prepare X1 and Y1 matrice...

3ヶ月 前 | 0