Chevron Left
Back to Introduction to Programming with MATLAB

Learner Reviews & Feedback for Introduction to Programming with MATLAB by Vanderbilt University

4.8
stars
17,388 ratings

About the Course

This course teaches computer programming to those with little to no previous experience. It uses the programming system and language called MATLAB to do so because it is easy to learn, versatile and very useful for engineers and other professionals. MATLAB is a special-purpose language that is an excellent choice for writing moderate-size programs that solve problems involving the manipulation of numbers. The design of the language makes it possible to write a powerful program in a few lines. The problems may be relatively complex, while the MATLAB programs that solve them are relatively simple: relative, that is, to the equivalent program written in a general-purpose language, such as C++ or Java. As a result, MATLAB is being used in a wide variety of domains from the natural sciences, through all disciplines of engineering, to finance, and beyond, and it is heavily used in industry. Hence, a solid background in MATLAB is an indispensable skill in today’s job market. Nevertheless, this course is not a MATLAB tutorial. It is an introductory programming course that uses MATLAB to illustrate general concepts in computer science and programming. Students who successfully complete this course will become familiar with general concepts in computer science, gain an understanding of the general concepts of programming, and obtain a solid foundation in the use of MATLAB. Students taking the course will get a MATLAB Online license free of charge for the duration of the course. The students are encouraged to consult the eBook that this course is based on. More information about these resources can be found on the Resources menu on the right....

Top reviews

KB

Jun 23, 2020

I would like to thank vanderbilt university for providing such a wonderful course and i am much impressed by the use of the basic matrices in each and every programming purpose.thank you again!!!!:)))

IK

Dec 19, 2021

Basics concepts are well covered within a short time and a few videos. I would recommend it for those who want to learn complete basics. but to master it, you need to enrol in a specialization course.

Filter by:

3801 - 3825 of 4,436 Reviews for Introduction to Programming with MATLAB

By Naveen I R M

•

Jun 25, 2020

Honestly i liked the way he teach and especially is some bad jokes and all, besides the first 5 weeks is really interesting and keeps me concentrate enough to him and after that you know well the programming parts comes and literally started getting dizzy and at last like come on still how much i have got to go. Finally the assignments that's really tested my patience because for most of the assignment i don't the concept and all, so i just really googled it and read one by one line to understand the concept behind that. And I don't know weather i am going to use this MATLAB and all but now itself i am glad that i know MATLAB somewhat.

once again Thank you professor and everyone in this team.

By Silja M

•

Jun 23, 2020

Sehr geehrte Damen und Herren,

ich fand Ihren MATLAB "introductory" Kurs sehr ansprechend und den Beginn sehr gelungen. Ich war eine absolute Anfängerin und konnte bis Woche 7 alles alleine absolvieren. Danach brauchte ich jedoch die Hilfe eines Bekannten mit Informatik Kenntnissen, um die weiteren Aufgaben erfolgreich abzuschließen. Der Kurs bietet einen guten ersten Eindruck in die Welt des Programmierens allerdings braucht man, um den Kurs alleine zu beenden ohne Vorkenntnisse viel Zeit außerhalb des Kurses, in der man sich mit der empfohlenen Literatur beschäftigt.

Liebe Grüße und allen viel Erfolg,

eine zufriedende Teilnehmerin!

By Lim Y C

•

Nov 2, 2016

Easy to understand.... Just perfect for people who are new to programming. Well, to be able to finish the assignment.... you would need a little understanding of Maths. During this course, you will learn the basic understanding of programming, how computer works, and as well how to program in Matlab & some Matlab term( Basic Calculation, Matrices, Vectors, Scalar, Functions, Built-in Function, Selection, Loop, Data Type, File Input/Output ). After completing the course, you should be equipped with basic solid understanding of programming in Matlab. This may help you to build complex algorithm in the near future.

By Andres F P I

•

Jun 24, 2020

la verdad el curso me ayudó bastante y aprendí muchísimas cosas nuevas me pareció muy interesante todo, me siento muy feliz de haberlo terminado, estoy seguro que todo me va servir en mi vida laboral.

cositas por mejorar, sería que en algunos problemas la pedagogía de explicación debería ser más clara ya que se prestaba a no entender muy bien lo que se tenía que hacer.

del resto todo excelente, las explicaciones de los temas muy bien te queda todo claro además el profesor auxiliar siempre estaba dispuesto a resolver cualquier inquietud por medios de los foros.

recomiendo este curso a todos.

By Fahim M

•

Jun 14, 2020

I would like to mention the positive and negative aspects of this course separately.

Postives sides: 1. Covers many many things of matlab. 2. Assignments are really involving. 3. Very expert instructor.

Negative sides: 1. Sometimes, the assignments are a bit too involving and the problems are sometimes not explained as much as it was needed. 2. Some of the videos are a bit too long.

Overall: A great course. If you remain consistent throughout the course, complete the assignments regularly, you will definitely come out well-acquainted with matlab and confident about using it in your discipline.

By Kirti D

•

Jun 17, 2020

A very good course for beginners who have little or no knowledge about MATLAB. It starts from scratch one and explains everything in detail with ample amount of examples. The instructor keeps cracking jokes to make it sound funny so that you don't fall asleep in between ! The assignments keep becoming tricky as you pass on to higher lessons and require a lot of practice as it tests the knowledge beyond the scope of the online lectures provided here. Overall its a good head-start learning course for anybody who is interested in working with MATLAB - The Matrix Laboratory !

By Bryan C

•

Aug 5, 2022

I found the course interesting and challenging, but the final exercises were an exercise in fruteration, not programing. The exercises expect you to solve math problems without adequately explaining the math that was expected. So more time is spent trying to understand what the instructors are looking for in the math, instead of writing code to solve that math. There are hundreds (if not thousands ) of similar questions in the forums which could easily be resolved by adding a few sentences of clarification to the problems. I enjoyed it up until the final exercises.

By Sujit B B

•

Jun 8, 2020

The course on overall basis was good. The instructor tried his best. The content of the course was perfect for beginners but the assignments really would upset any beginner, though I was fine as I have enough background. The assignments on the brighter side leads to logic development of one's. The difficulty of assignments in the very last week steeps upwards and no background of it is provided in that weeks lecture ,although one can always learn on their own after coming this far. On completing this course by yourself you'll surely think that it was worthy !

By 劉啟迪

•

Nov 22, 2020

Great course! This is one of the best programming lesson I have ever seen.

Just a suggestion: It will be better, if the wait time of assignment tests can be a little bit longer. During programming the function blur, my first program works, it's just too slow to pass the tests because of its too many for-loops. So I wasted too much time to vectorizing my program. It's great to remind us how important vectorizing is in MATLAB, but since it's an "Introduction" of MATLAB, vectorizing is actually not supported to be content of this course, right?

By Shen Z

•

Feb 20, 2020

Overall, clear explanation and helpful interaction. The professor is skilled at introducing the intuition behind the formulas and codes. However, the assignments are isolated from the video lecture. Hence, it is difficult for those with little or no previous programming experience to pass this course. Also, hard to practice what we have learned from the lecture. I believe here is the room for improvement: Delete assignments that is too complicated and instead add the task of manageable levels to help students to understand more.

By Fabia M

•

Sep 27, 2016

Very well done, I loved the lectures and enjoyed the assignments. I had no previous experience of programming and I found the explanation of the concepts very clear.

The main critique for me is that ,for some of the problems, not having a background in physics might be..well..too challenging! It took me hours only to read about the theory behind the question, to find out the appropriate formula to use in the code, whilst writing the actual program was pretty quick.

Other than that, I would certainly recommend the course.

By Antonis P

•

Dec 13, 2020

It was a really good course from knowledgable people. The hard work that has been put into this course to make it informational is obvious. The only thing that put me off during the course was the assignements. After week 5 they got extremely difficult and while before I did struggle a bit, I was able to figure something out. SInce week 6 it was nearly impossible for me even after spending an enormous amount of time. I think the teaching stuff should assess better the difficulty of assignements after week 5.

By Luca D M

•

Apr 17, 2021

Inizialmente il corso si presenta abbastanza fattibile, ma negli ultimi 2 esercizi diventa un qualcosa di impossibile da riuscire a svolgere.. -.- ci vogliono giorni e giorni per capire alcuni algoritmi e a parer mio visto che lo sto facendo per 3 crediti nella mia università mi sembra abbastanza esagerato.. ma per il resto, ho imparato tanto.. soprattutto a riuscire a debuggare mentalmente, cosa che prima non mi veniva facile, e anche a capire il ragionamento riga per riga di quello che devo programmare.

By ANSHUL A

•

Jan 25, 2021

It was an excellent experience learning this course. I started learning MATLAB from scratch, got my basics cleared and now I'm in a position to tackle new problems on my own, it's just that I take a lot of time while coding since everything's new to me so need more of practice. I would like to add up here that extra practice problems covering different concepts should have been there for practice purpose. And also the book should have been made available to us for free of cost. Thanks a lot to all of you.

By Yaroslav K

•

May 25, 2018

Very good and serious course. I passed it in four sessions, having break of a couple of months between each of them. Yet, after interruptions I was immediately comfortable with Matlab. The previously acquired skills were not forgotten.

Explanations are very detailed (sometimes too much detailed for me), and the exercises encourage research of additional functionalities. Pity that programming tasks for the last Lesson are not really related to it, and some of them are rather boring than challenging.

By Avinash K S

•

Jun 9, 2020

This is truly a great course for MATLAB beginner or even for an intermediate learner to clear the concept. This makes me able to think like a programmer. The descriptions and practice problems are up to the mark. This should be the first course to anyone new to the MATLAB and want to peruse a career in MATLAB programming. One suggestion is to use little more easy problems in assignments and increase the difficulty levels gradually. Also, suggest some practice problems source or books.

By Ali K

•

May 13, 2020

The course was really great, I enjoyed it. It was easy to understand, however the lecture took so long, its designed for nonprogrammers and sometimes I felt I should speed up the video to listen quickly to many parts during the lecture. Regarding the quizzes, I think it would be better to jump levels in the quizzes. The quizzes in the first 7 weeks were relatively very easy compared to the last two that took lots of time and thinking to figure out how to solve them.

By Piyush G

•

Jul 8, 2020

I got stuck in some of last week assignment, and did not have any clue what was going on. So, I refered MATLAB Community and got answer..... but still not satisfied got from that. Could you make an explanation video on Week 9 assignment and Post it in the Youtube, so that I can get overall clear explanation of what was going on?!. I have already subscribed to your Youtube channel. I loved your course, and learned so many things, Thank you sir!

By Jorge A V V

•

May 29, 2023

It has been a good experience to manage a programm like Matlab. Maybe there were hard challenges while I was completing the course, but it's done. The videos were very useful to have an idea to start my functions in Matlab. I study Economics at UPC (Universidad Peruana de Ciencias Aplicadas) in Lima,Peru so I had the decision to enter this interesting course if I will need it for my life. Now I know what to do. Thank you so much.

By Richard E F

•

Nov 20, 2020

I worked through this fairly quickly. I found getting the assignments correct quite hard as you get almost no feedback as to what your problem is from the grading process. It was quite awkward to find the appropriate submissions inn the discussion forums. Other coursera courses I have done had links to the appropriate weeks discussions on most pages.

I mostly enjoyed it, as a retiree I do these courses to keep my brain active.

By Hamid N

•

Mar 3, 2018

The course materials are good and very well presented by course instructor. However, the homeworks are not that well designed. The main focus goes to the mathematics behind the problems instead of focusing on the programming skills. So doing the homeworks was kind of boring staffs, as I had to spend time for mathematics instead of Matlab itself. Nevertheless this course is highly recommended to get in to MATLAB programming.

By Sergio P

•

Aug 23, 2020

Algunos ejercicios no se pueden hacer con lo explicado en el curso. El nivel de estos ejercicios debería reducirse. Algunos ejemplos: valid date, caesar y echo gen( este último se complica más bien por la mala explicación y algunos conceptos más que por la complejidad de la función a programar en sí).

Por lo demás, en general está bastante bien. Aunque a veces las explicaciones se hacen muy lentas en los videos.

By SUDHANSHU C

•

Jun 10, 2019

The course was excellent. Although there is more to MATLAB but it's enough for a beginner. The assignments were good . I think there should be more tough assignments in between the lessons because the final problems were way tougher than the in-between lesson problems. Even though the final problems were very interesting and challenging to complete. Overall it was a very good course with a wonderful lecturer.

By LeighAnn W

•

Apr 11, 2021

Overall great class, the instructor was easy to follow, gave great examples and exercises. The only thing I suggest changing is it would be nice to have sample output to many of the exercises as it was often difficult to determine what the problem was asking for and how the output was to be formatted (this especially applies to the final exercises which were much more difficult than the other exercises)

By Divya P R

•

May 26, 2020

The course was very helpful in learning the basics of Matlab coding. Though i had an academic course in my institute on Matlab, this course helped me to strenghen my previous knowledge and also made me a better Matlab user. I found the last few exams difficult to crack. However, i am happy that i am able to finish this long course. Thanks to all the peopel behind this course. Thanks for your effort.