Hi to all, i am basically a newbie in MATLAB and i have written some code that i would think should go through a matrix and write the values i want in.
W = zeros(150);
% Give values to the 150 values of M so that we have
% 150 (x,y) to make the dataset
M = rand(2,150) * 10;
% Create the...