RAJESH
Followers: 0 Following: 0
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 %...
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 months 前 | 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)) * ... ...
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 months 前 | 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...
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 months 前 | 0