Community Profile

photo

HYUNCHUL


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to make up the diagonal summation without for loop and with the fastest way!
A = 1 7 13 2 8 14 3 9 15 4 10 16 5 11 17 ...

10 years ago | 4 answers | 1

4

answers

Question


How to make and sum up a matrix with upper diagonal direction without for-loop condition [The fastest way!]
A = [1 7 13 0 0 0 0 0 ; 2 8 14 0 0 0 0 0; 3 9 15 0 0 0 0 0 ; 4 10 16 0 0 0 0 0; 5 11 17 0 0 0 0 0; 6 12 18 0 0 0 0 0]; A = ...

10 years ago | 4 answers | 0

4

answers

Question


How to sum up a matrix with upper diagonal direction without for-loop condition
How can I make the following 2-D matrix into 1D matrix by summing up the 2-D matrix with upper diagonal direction with no use of...

10 years ago | 2 answers | 0

2

answers

Question


How to make a slide windows?
Please help me out! A = [ 1 2 3 4 5 6; 7 8 9 10 11 12 ; 13 14 15 16 17 18 ]; A = 1 2 3 4 5 6 ...

10 years ago | 2 answers | 0

2

answers