Feeds
提问
Remove certain elements from a matrix
I have a text file Pressure which has a lot of rows and two columns and I want to remove the rows and columns where the columns ...
9 years 前 | 2 个回答 | 0
2
个回答提问
Maximum value in a vector
Problem statement: Use the max function to find the value and location of the maximum y value. Use fprintf to show the maximum y...
10 years 前 | 1 个回答 | 0
1
个回答提问
Matlab confirm is input is not an array
Confirm that the input is a positive integer and not an array. I got this far, but when I type in [1 2 3] is does not prompt to ...
10 years 前 | 1 个回答 | 0
