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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0