Feeds
提问
Use loops and/or conditions to make even numbers of a matrix the product of their row and column
So I have a 6x5 matrix A, created with for loops. It increases across the rows from 1-30 by an increment of 1. I am now supposed...
8 years 前 | 1 个回答 | 0
1
个回答提问
For-loop matrix where the elements increase by 1
Hey all, I need to make a 6x5 matrix from 1:30. so far I have this: c = 1; d = 1; count = 1; for row...
8 years 前 | 1 个回答 | 0