Feeds
提问
Matrix Column and Row Major
I'm really struggling here, I can't seem to figure out how to create an 11x11 matrix with the numbers 1-121 in row major order a...
10 years 前 | 1 个回答 | 0
1
个回答提问
Column Major order matrix
im trying to create an 11x11 matrix using the number 1-121 in row AND column major order. I'm trying to use the zeros and ones c...
10 years 前 | 1 个回答 | 0
1
个回答提问
Row major order matrix
Im trying to create a 11x11 matrix in column matrix order using numbers 1-121 but i cannot figure out how to do it. I'm trying t...
10 years 前 | 1 个回答 | 0
1
个回答提问
Simple Transpose Cumsum Help
Hi, I have a homework problem which wants me to recreate this column vector [10;22;35;49;64] using a single line command. So far...
10 years 前 | 1 个回答 | 0
1
个回答提问
Single Line Command for Row Vector
HELP I need a single line command to create a row vector, variable named v11 that assigns the values 1/2,1/3,1/4,1/5...1/1000 in...
10 years 前 | 2 个回答 | 0
