Feeds
提问
How to use index for structure within for loop?
I have 4 structures s1,s2,s3, and s4 ... all have .time and .disp within each structure I am trying to make a for loop that wil...
4 years 前 | 1 个回答 | 0
1
个回答提问
How to find number in a matrix and output its row number?
I have a coloumn vector M = [83 82 86 84 85 90] How can I find at which row the matrix has a value of 85 (should output row =...
4 years 前 | 1 个回答 | 0
1
个回答提问
How to plot vectors within in a for loop using a variable?
I have some coloumn vectors in my workspace named x1, x2, x3 and y1, y2, y3 I want to make a for loop to plot x,y for each of t...
4 years 前 | 2 个回答 | 0