Feeds
提问
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 前 | 4 个回答 | 1
4
个回答提问
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 前 | 4 个回答 | 0
4
个回答提问
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...
11 years 前 | 2 个回答 | 0
2
个回答提问
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 ...
11 years 前 | 2 个回答 | 0