[Solved] matlab syntax errors in single layer neural network [closed]
[ad_1] Here’s a list of what I see wrong: deep breath The indexing syntax (:1) is incorrect. Perhaps you mean (:,1) as in “all rows of column 1”. There is no such thing as a do…while loop in MATLAB. Only FOR and WHILE loops. Also, your for loop is defined wrong. MATLAB has a different … Read more