SUNY Geneseo Department of Computer Science


Introduction to “For” Loops

Wednesday, March 5

CSci 120, Spring 2014
Prof. Doug Baldwin

Return to List of Lectures

Previous Lecture

Misc

Edinburgh engineering has reorganized its web site

Exam questions, solutions, etc?

        function C = pick( A, B )
            mask = A > B;
            C = mask .* A;
        end

Quiz 3 ready to return

Questions?

For Loops Lesson

Handout


Next Lecture