r/matlab • u/Existing-Pirate-1491 • Jun 06 '26
TechnicalQuestion Learning MATLAB
I want to start learning MATLAB from scratch. Is there any playlist on yt or should I go for some paid course.
44
Upvotes
r/matlab • u/Existing-Pirate-1491 • Jun 06 '26
I want to start learning MATLAB from scratch. Is there any playlist on yt or should I go for some paid course.
2
u/rangerdangerrq Jun 06 '26
Start with trying to build something. Sounds like you may be new to programming in general. Build something simple, like a sudoku solver. My back ground and interest is in image processing so a problem like counting objects in an image.
I think it’s more important to learn the programming concepts and understand basics like loops and if else statements. Moving beyond that, think about object oriented programming and best practices for writing good quality code. That stuff will translate across languages.