photo

RAJESH


Last seen: 8 days 前 自 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 %...

7 days 前 | 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)) * ... ...

12 days 前 | 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...

1 month 前 | 0