Recent content by alas

  1. A

    MATLAB Concatenating random-sized zero and one vectors in Matlab without loops

    ?hi, im trying to write a code that should do this- create a random sized zeros vector create a random size ones vector i have to do this several times and combine it all(by that order) into one vector that should lookz like- 0000011111001111001... does anybosy have an idea how to do it...