Mathematical Modelling & Simulation Lab
No.
Experiment
Date
Code
File
1
Find the solution of an Ordinary Differential Equation (ODE)
21st August 2020
2
Perform Linear Regression and Fit a Linear Curve to Discrete Data
4th September 2020
3
Perform Linear Regression and Fit a Quadratic Curve to Discrete Data
4th September 2020
4
Perform Linear Regression and Fit a Cubic Curve to Discrete Data
4th September 2020
5
Fit Control Points using a Spline Curve
25th September 2020
6
Multiple regression in using regress()
16th October 2020
7
Draw some trajectories for predator prey problem in MATLAB
23d October 2020
8
Write a Program for Statistical Analysis of Data Using MATLAB.
6th November 2020
9
Write a program for Monte Carlo method using MATLAB
6th November 2020
Clone this repository on your machine and enter the project directory.
git clone https://github.com/anishLearnsToCode/mathematical-modelling-lab.git
cd mathematical-modelling-lab/lab/
Navigate to a project of your choice from the list below and run it as follows e.g. to run
experiment 1
cd experiment-01
matlab -nosplash -nodesktop -r " run('experiment_1.m');"
Similarly you can run any experiment in the lab by executing a similar expression as:
cd experiment-n
matlab -nosplash -nodesktop -r " run('experiment_n.m');"
where n stands for the experiment number.