figure (2)
plot (x2,y2)
figure (3)
plot (x3, y3)
This is how to create some new blank figures and plot on them.
MATLAB applications, tutorials, examples, tricks, resources,...and a little bit of everything I learned ...
``` version: '1' services: man: build: . image: my-alpine:latest ``` Dockerfile: ``` FROM alpine:latest ENV PYTH...