Skip to content

Matlab scripts for MSD analysis for Comsol Multiphysics's Particle Tracing module

Notifications You must be signed in to change notification settings

JakubKolacek/MSDAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

MSDAnalysis

Matlab scripts for MSD analysis for Comsol Mutliphysics's Particle Tracing module. Two data plots are available directly from the script. A classic plot and loglog plot. Each analysis is automatically saved to the current directory.

MSDsimple.m

Script for MSD analysis when one or multiple studies is used in Comsol Multiphysics.

Instructions:

  1. Create a new empty working directory

  2. Set path to the directory in the DataPath variable of the script (line 5)

  3. Put CSV files with particle positions to the working directory

  4. Name of the files must be in the following format: x_N.csv and y_N.csv where N is the consecutive number of study starting from 1. If you want to analyze only one study you will need following files in the directory: x_1.csv, y_1.csv

    For analysing multiple studies: x_1.csv, y_1.csv, x_2.csv, y_2.csv...

  5. Run the Matlab script

MSDparam.m

Script for MSD analysis when one parametric study is used in Comsol Multiphysics

Instructions:

  1. Create a new empty working directory
  2. Set path to the directory in the DataPath variable of the script (line 5)
  3. Put CSV files with particle positions to the working directory
  4. Name of the files MUST BE x_param.csv and y_param.csv!
  5. Run the Matlab script

This code was developed as part of a Bachelor's thesis titled 'Microrheology modeling with COMSOL Multiphysics package' at the Faculty of Chemistry, Brno University of Technology. The full thesis can be accessed at https://www.vut.cz/en/students/final-thesis/detail/156714.

UFSCH_color_RGB_EN

About

Matlab scripts for MSD analysis for Comsol Multiphysics's Particle Tracing module

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages