home

Scientific Computing (Psychology 9040a)

Fall, 2021

Do not fear the figure


Define x and y as follows:

x = 1:20;
y = randn(1,20);

Now try your best to generate the following Figure, as shown below:


sample solution