Matlab/Octave Tutorial: Plot Multiple Curves in Same Figure

Matlab/Octave tutorial to plot multiple curves in the same figure window for absolute beginners.
Please feel free to make any comments, and subscribe and thumbs up if you like the video.
#Octave #Matlab #PlotMultipleCurves
Facebook link: / stem.edu.94
Other Octave Tutorial Videos:
1. Getting Started for Absolute Beginners
KZread Link: • Octave Tutorial #1: Ge...
2. Variables for Absolute Beginners
KZread Link: • Octave Tutorial #2: Va...
3. Vectors for Absolute Beginners
KZread Link: • Octave Tutorial #3: Ve...
4. Matrices and Indices for Absolute Beginners
KZread Link: • Octave Tutorial #4: Ma...
5. Matrix Operations for Absolute Beginners
KZread Link: • Octave Tutorial #5: Ma...
6. Scatter and Line Plotting for Absolute Beginners
KZread Link: • Octave Tutorial #6: Sc...
7. First 5 Things to Do For Productive Working Environment
KZread Link: • Octave Tutorial #7: Fi...
8. Writing Scripts and Functions for Absolute Beginners
KZread Link: • Octave Tutorial #8: Wr...
9. Save/Load Variables in Workspace and Use Variable Editor for Absolute Beginners
KZread Link: • Octave Tutorial #9: Sa...
10. Plot different types of plots for Absolute Beginners
KZread Link: • Octave Tutorial #10: P...
11. Conditional Statements for Absolute Beginners (Letter Grade Assignment)
KZread Link: • Octave Tutorial #11: C...
12. For Loop Statements for Absolute Beginners (BMI Calculation)
KZread Link: • Octave Tutorial #12: F...
13. Big Data Analytic Basics
KZread Link: • Big Data Analytic Basi...
14. While Loop Statements for Absolute Beginners (Countdown Timer)
KZread Link: • Octave Tutorial #13: W...
15. Display Even or Odd Numbers Only
KZread Link: • Matlab/Octave Tutorial...
16. Plot Multiple Curves in Same Figure
KZread Link: • Matlab/Octave Tutorial...
17. Common Errors and How to Fix
KZread Link: • Octave Tutorial #14: W...
18. Learn GNU Octave in 1 hr 30 min
KZread Link: • Matlab Tutorial for Ab...
19. Solve Polynomial Equations
KZread Link: • Octave Tutorial #15: S...
Math Tutorial Videos:
Solve Linear Equations (2 Unknowns), 5 min Exam Prep!
KZread Link: • Solve Linear Equations...
Find Determinant of 3x3 Matrix (5 min Exam Prep)! Easy Visual Memory Included!
KZread Link: • Find Determinant of 3x...
How to Solve Systems of Linear Equations (3 Unknowns, 3 x 3 Matrix), 10 min Exam Prep!
KZread Link: • How to Solve Systems o...
Learn Sum of First N Numbers in 3 Min!
KZread Link: • Learn Sum of First N N...

Пікірлер: 5

  • @mr.stemedutv5514
    @mr.stemedutv55143 жыл бұрын

    Hope this tutorial video is useful for you who would like to learn Matlab and GNU Octave, and please let me know if you have any questions and comments!

  • @clavsproducoes
    @clavsproducoes2 жыл бұрын

    thank you very much!

  • @lilultime6555
    @lilultime65552 жыл бұрын

    Thanks!

  • @nj_resident6705
    @nj_resident67058 ай бұрын

    This series of tutorials is so interesting. The title got me on this one. I am a beginner using Octave for 3 weeks. Do you hae a video on plotting the following type of multiple curves: I am looking to control multiple, individual plots in different grid spaces and having them align. Let me explain. I have a dataset that is binary data (only ones or zeros) versus time (y versus x). I have many data sets (y1,x), (y2,x), (y3,x), etc, and want to have them on different graphs, but all the graphs need to be aligned. If you are familiar with a multiple channel osicilloscope, or a logic analyzer, that is the type of display I am trying to generate. After experimenting with a few methods, I ended up using the subplot and plot commands in a "for" loop. when the figure window opens, I get the plots. However, the plots are all squished vertically. When I enlarge the resulting "figure" window by dragging and resizing the window, the plots get larger, but so do the vertical spaces inbetween the plots, and the vertical spaces expand more than the vertical plots themselves. The problem is worsened when I have, let's say 15 plots. I cannot figure out how to control the spacing between the plots and/or the height of the plots themselves. I suspect it may have something to do with position or aspect ratio settings, but it is not easy to comprehend. Do you have a tutorial on this type of multi-plot size manipulation?

  • @yash1152
    @yash11522 жыл бұрын

    3:23 ohhhw, so, the fontsize for ticks etc is modified via set - awesome. i always wanted to do this, the default size of 10 is suuuuuper annoying. thanks a lot for showing this. based on reading the manual myself, i could only figure out to put "fontsize",20 individually in xlabel and ylabel both, but ofc that didnt increase the tick's font size.