Community Profile

photo

NITISH SINGLA


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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 ...

3 years ago | 1 answer | 0

1

answer