Seoyoung Cho
Followers: 0 Following: 0
Feeds
提问
User defined function "not enough inputs"
I wrote a code with user-defined function on top of the code and other codes using the user-defined function at the bottom. How...
5 years 前 | 1 个回答 | 0
1
个回答提问
Assign Value to a Specific Position
v = [10 5 1 8 -9 0 2 3] v1 = [0 0 0 0 0 0 0 0] How do I put maximum value of 'v' to the index position of v1?
5 years 前 | 1 个回答 | 0
1
个回答提问
Pre allocation in matlab
v = [0 8 1 2 6 4 8] How do I determine length of the vector? Also, how do I pre-allocate the descending vector with all zeros?...
5 years 前 | 2 个回答 | 0
2
个回答提问
Finding single digit number from the data
What date(s) have at least 5 single-digit numbers within the winning number set?
5 years 前 | 1 个回答 | 0