Community Profile

photo

Giuliano


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


For-loop using only last iteration
My code is as follows: clearvars; zeros(1,10); %Create a row vector with 10 zeros for i=1:1:10 A = [i.^2]; C = zeros(1,10)...

1 year ago | 2 answers | 0

2

answers