Community Profile

photo

Jay Vankawala


Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Combining if and for loop to iterate through a cell array
Pseudocode: I want to read column 2 of a cell array. If the value of column 2 is "x", then I want to open the matrix in column 1...

4 years ago | 1 answer | 0

1

answer

Question


Multiple Figure Output from if/then - how to get onto one subplot?
This code fits a line to some data. When it fits certain perameters we set (r, b), it graphs the output. Each iteration of a f...

4 years ago | 1 answer | 0

1

answer

Question


Difficulty storing Output from Loop (Unable to perform assignment because the size of the left side is 1-by-1 and the size of the right side is 2-by-1)
This loop works - for i=1:19 x(find(y(start(i):end(i),:) ==max(y(start(i):end(i),:)))+ (start(i)-1)) end However, when...

5 years ago | 1 answer | 0

1

answer