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...
Excellent .. Very Useful one!!!
ReplyDeleteThanks
Pasupathy
pasupathykr@gmail.com
Very good, I liked it, simple but very useful
ReplyDeletethank u
ReplyDeleteYou are very welcome!
DeleteIf I have multiple figures that are saved as separate files (though they all have the same dimensions and type of information), then do you know how I can load them all into new code and then plot them all on the same figure? Everything I have seen online is about creating the plots in the same code and then overlaying them, but I cannot create them all in the same code.
DeleteSorry but i don't quite understand your problem.
DeleteVery helpful! Works for imshow figures as well! Thank you!
ReplyDelete