This project implements a MATLAB-based simulation for studying the effects of dielectrophoresis on malaria-infected cells. The user-friendly graphical user interface (GUI) enables users to visualize the electric field and the movement of particles within it, providing valuable insights into the behavior of infected cells under the influence of an electric field.
- Intuitive graphical user interface.
- Electric field simulation with positive and negative charges.
- Particle animation to demonstrate dielectrophoresis.
- Adjustable parameters including rod length, number of grid points, and number of charges.
- MATLAB R2020a or later.
- Clone the repository to your local machine using
git clone https://github.com/yourusername/your-repository-name.git
. - Open MATLAB and navigate to the directory where you cloned the repository.
- Run the
electric_field_simulation.m
script. - Utilize the GUI to adjust simulation parameters and start the simulation.
- Rod Length: Adjusts the length of the rod generating the electric field.
- Number of Grid Points: Determines the resolution of the grid for electric field calculations.
- Number of Charges: Defines the number of charges used to generate the electric field.
- Adjust simulation parameters using sliders and input fields.
- Click "Start Simulation" to visualize the effects of the electric field.
Contributions to this project are welcome. To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE.md file for details.
For questions or comments, please open an issue on this repository or contact me directly.