Feeds
提问
How using a loop to add up the same numbers in a matrix and store the numbers in a new matrix
m=[1,2,3,4,5,6,7,8,9,1,2,3,4,5,6,7,8,9] for x=1:length(m) How to compare the data in the matrix and get the same values and ...
3 years 前 | 1 个回答 | 0