photo

NITISH SINGLA


Last seen: 3 years 前 自 2020 起处于活动状态

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

1

个回答