Homework Introduction
Instructions
- Please write your code under
your hgroup repository/h3
- The file name should be like
exN.m
(\(N\) is a number) - 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
Problem
Problem |
---|
#1: Homework 3 ex 1 |
#2: Homework 3 ex 3 |
#3: Homework 3 ex 5 |
- Status
- Finished
- Problems
- 3
- Open Since
- 2022-10-10 00:00
- DDL
- 2022-10-21 23:59
- Extension
- 24.0 hour(s)