Community Profile

photo

Siddharth Parmar


Last seen: nästan 3 år ago Active since 2016

Followers: 0   Following: 0

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


how to use certain values to write a for loop?
X = [67;89;78;56;55;75;99]; f = [4;5]; for i = 1:length(X); if i == f; X1(i,1) = 5*X(i,1); else...

ungefär 8 år ago | 2 answers | 0

2

answers