Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 2.42 KB

README.md

File metadata and controls

47 lines (26 loc) · 2.42 KB

Review Assignment Due Date

Group Assignment (MATLAB)

This repository contains instructions for SM-2302 MATLAB group assignment.

The assignment is due on Tuesday, 7 November 2023 at 12:00 PM.

Understand the sample code given in the Group2-2023.pdf document, and read the instructions carefully.

Read notes.md for some advice on good MATLAB programming style and marking scheme.

Spline Interpolation of Cursive Word BOB (19B9046)

bob

Spline Interpolation of Cursive Word Adam (19B9027)

Adam

Spline Interpolation of Cursive Word yat (19B9029)

yat

Spline Interpolation of Cursive Word Azri (19B9052)

Azriword

This is the script to subplot all members name to present in one graph

Screenshot 2023-11-06 at 11 24 49 PM

plot_spline.m function script created so that all the names are splined in the subplots.

Screenshot 2023-11-06 at 11 26 03 PM

This is the subplot graph

Subplot_name

Function to develop cursive letters into words

These are the some of the examples of our letters and its coordinates (a to z) Screenshot (1)

The spline interpolation code

To create letters from words, write in the command window "plotWord('abc')" Screenshot (5)