README
Week 5
MATLAB Recitation
Video: Link
Exercises
Coverage : 4.3 - 4.4
Assignment 4
지금부터는 프로그래밍에 가장 기초가되는 반복문과 조건문들에 대해 다루게 됩니다. 이번 과제에서는 for
, while
반복문과 if
조건문에 대해 알아보겠습니다. 또한, 매트랩 함수를 작성하고 실행하는 방법에 대해 알아보고 몇가지 예제와 연습문제를 살펴보겠습니다.
From now on, we will deal with loop statements and conditional statements that are the most basic of programming. In this assignment, we will learn about for
, while
loops and if
conditional statements. You’ll also learn how to write and run MATLAB functions and walk through some examples and exercises.
Leave a comment