/mathematical-modelling-lab

Mathematical Modeling & Simulation Lab (MC-409) @ Delhi Technological University

Primary LanguageMATLABOtherNOASSERTION

Mathematical Modelling & Simulation Lab

made-with-matlab

No. Experiment Date Code File
1 Find the solution of an Ordinary Differential Equation (ODE) 21st August 2020 matlab doc
2 Perform Linear Regression and Fit a Linear Curve to Discrete Data 4th September 2020 matlab doc
3 Perform Linear Regression and Fit a Quadratic Curve to Discrete Data 4th September 2020 matlab doc
4 Perform Linear Regression and Fit a Cubic Curve to Discrete Data 4th September 2020 matlab doc
5 Fit Control Points using a Spline Curve 25th September 2020 matlab doc
6 Multiple regression in using regress() 16th October 2020 matlab doc
7 Draw some trajectories for predator prey problem in MATLAB 23d October 2020 matlab doc
8 Write a Program for Statistical Analysis of Data Using MATLAB. 6th November 2020 matlab doc
9 Write a program for Monte Carlo method using MATLAB 6th November 2020 matlab doc

Running Projects Locally

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.