This commit is contained in:
2017-05-28 20:20:47 +09:00
parent 4620fe8652
commit a1fda7be43
6 changed files with 41 additions and 17 deletions

View File

@@ -15,10 +15,8 @@ X_poly = zeros(numel(X), p);
%
%
for i = 1:p
X_poly(:, i) = X.^i;
% =========================================================================