RAJESH
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
3 回答
ランク
of 154,057
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 0