Recent content by RobertLeo

  1. R

    MATLAB Designing a Matrix of Running Variables: Solving a Matlab Programming Problem

    I need to design a matrix of running variables (m x n) that displays an array of ones and zeros in the following order; 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 and 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 So the values of m and n can be any value. Any suggestions? Thanks
Back
Top