Community Profile

photo

Vivek Shukla


Last seen: 3 years ago Active since 2020

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


Array value replace when change in row
I have one row of matrix A = [ 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 1 ; 1 ; 1 ; 1 ; 1 ; 1 ; 1 ; 1 ; 1 ; 1 ; 1 ] ...

3 years ago | 1 answer | 0

1

answer

Question


Array instead of one value in loop form
How can I use this code if max = [1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27] instad of max = 27. ...

3 years ago | 1 answer | 0

1

answer

Question


For same Matrix subtraction between rows
I have matrix size (1508 x 19). I want to do subtraction between rows like Row 1 - Row 2, Row 1 - Row 4, Row 1 - Row 6, Row 1 -...

3 years ago | 1 answer | 0

1

answer

Question


real clock seconds after 1 second delay in input
max = 15 input = [0 0 0 0 1 1 1 0 0 0 1 1 1 1 1] for i = 1:max format shortg c = clock seconds = c(1,6) end ...

3 years ago | 1 answer | 0

1

answer