Matlab The following will allow you to create two plots each
Matlab
The following will allow you to create two plots each within separate windows figure(1); plot(x, y); figure(2); plot(x1, y1); figure(1); plot(x, y); plot(x1, y1); figure; plot(x.y); figure; plot(x1, y1); figure(1); plot(x, y); hold on; plot(x1, y1);Solution
First of all we display the first figure and then the 2nd figure.
1 is the correct option.
