NITISH SINGLA
Followers: 0 Following: 0
Feeds
提问
I am a beginner in Matlab. My problem is to update the weights after each iteration.. but I am not able to use for loop for my weights updation
Here is my code: clc; clear all; p = [-1 1; 0 0; 1 -1; 1 0; 0 1]; t = [1; 1; 1; 0; 0]; i = 0; for i = 1:10 w(i) = [0 ...
4 years 前 | 1 个回答 | 0