Feeds
답변 있음
How do I create a user generated matrix in Matlab?
a = input('Enter the number of rows'); b = input('Enter the number of coloumns'); for i=1:a for j...
How do I create a user generated matrix in Matlab?
a = input('Enter the number of rows'); b = input('Enter the number of coloumns'); for i=1:a for j...
1년 초과 전 | 0
