Octave Tutorial #14: Why Am I Getting Errors and How to Fix them?

Matlab/Octave tutorial to identify sources of syntax errors for absolute beginners. It also shows how to fix such errors.
Please feel free to make any comments, and subscribe and thumbs up if you like the video.
Video content with timestamp:
00:00 - Intro
01:03 - Errors: Undefined
04:16 - Errors: Nonconformant Arguments
06:46 - Errors: Out of Bound
08:13 - Errors: Zero Index
09:36 - Parse Error
10:44 - Summary
11:06 - Outro
#Octave #Matlab #Errors
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...

Пікірлер: 11

  • @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!

  • @pascal1947
    @pascal19473 ай бұрын

    Why isn't the working directory automatically included in the search path? I created a function, saved it in the working directory and I get unknown trying to load. I save the function and then eliminated EVERYTHING from the the function prototype to the endfunction statement. Octave was STILL unable to find the function. I entered addpath(pwd) in the command window and that was that was needed for Octave to search the working directory. This is silly that Octave cannot search the working directory.

  • @alimozaffar6884
    @alimozaffar6884 Жыл бұрын

    thanks for all

  • @avelinopereira9773
    @avelinopereira97732 жыл бұрын

    i get an error called vertical dimensions mismatch (1x2 vs 1x1) , how do i fix it?

  • @mr.stemedutv5514

    @mr.stemedutv5514

    2 жыл бұрын

    can you share the script?

  • 2 жыл бұрын

    error: the following dependencies were unsatisfied: econometrics needs optim >= 0.0.0 Did not work on macbook pro T_T

  • @Sauravkumar-ce5gv
    @Sauravkumar-ce5gv5 ай бұрын

    Invalid call to script Please give me solution😊

  • @nityahegde9593
    @nityahegde95933 жыл бұрын

    Im getting the following error while loading the .dat file in octave , can u pls help me to fix it, thanks ' unable to determine file format of 'features.dat'

  • @mr.stemedutv5514

    @mr.stemedutv5514

    3 жыл бұрын

    what type of data in your features.dat? Is this text or binary?

  • @IceKingToushiro
    @IceKingToushiro Жыл бұрын

    mine is error: invalid call to script

  • @mr.stemedutv5514

    @mr.stemedutv5514

    Жыл бұрын

    Can you share your script so I can help you?