Have you a registration already ? Sign In
Editing Matrices And Vectors At Variable Editor In MatLab(Illustrated Expression)
We expressed the drawing lots of curve into one figure in Matlab before. But in this article, we will explain the drawing different curves into different figure windows in Matlab with a very basic example below.
To obtain multiple figures in same time as above, you need to type figure(1), figure(2), figure(3)… and you need to type your graph drawing codes between them. For example between the figure(1) and figure(2), we created a loglog() curve, and this curved is created in a ‘Figure 1’ graph as shown by blue arrow above.
Also we created conventional plots between figure(2) and figure(3) and below the figure(3) as shown by red arrow and green arrows above. All the graphs and plots are depicted with different graphs and figures in same time in Matlab.
The use of figure() command in Matlab is very simple like above, leave your comments and questions about the use of ‘figure()’ command to create different graph figures in same time in Matlab below!
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
Write Comments