Homework 1

Homework Introduction

Instructions

  1. Please write your code under your hgroup repository/h1
  2. The file name should be like exN.m (\(N\) is a number)
  3. You cannot upload .m file directly. You have to compress or pack it (Please read the following instruction). JOJ only recognize .tar or .zip file

Compressing file

If you want to compress ex1.m to ex1.zip, you can run the following command:

zip ex1.zip ex1.m

Packing file

If you want to pack ex1.m to ex1.tar, run:

tar cf ex1.tar ex1.m
Status
Finished
Problems
5
Open Since
2022-09-24 00:00
DDL
2022-10-03 23:59
Extension
0.0 hour(s)