Feeds
提问
Longest Sequence of 1s
I have a code for finding the longest sequence of consecutive ones but I am having problems with certain inputs giving improper ...
9 years 前 | 4 个回答 | 1
4
个回答提问
Finding sequences of consecutive 1s
I need to make a function to find longest string of consecutive ones. I have code but it will record the longest string regardle...
9 years 前 | 3 个回答 | 0
3
个回答提问
Permutation without using perms, randperm, randsample
I need to write a matlab function to receive an integer (n) and then have a vector for 1:n in a random order. I need to do this...
9 years 前 | 2 个回答 | 0
