1- EMDLAB finite element package
1+ ### EMDLAB finite element package
22
3- Electrical Machines Design Laboratory
3+ ** Electrical Machines Design Laboratory**
44
5- Overview:
5+ ** Overview:**
66EMDLAB is an open-source numerical package developed in the MATLAB environment for the design
77and analysis of electrical machines, including motors, generators, transformers, and actuators.
88The package provides a transparent and reproducible tool for academic research and education.
@@ -12,15 +12,18 @@ The package is organized as a library of MATLAB objects. Depending on your speci
1212you can select the appropriate modules to obtain your desired results. With EMDLAB,
1313you can also develop customized standalone software tailored to your applications.
1414
15- Setup Instructions (Windows 64-bit):
16- 1 ) Download the emdlab-win64.zip file.
17- 2 ) Extract the zip file and place "emdlab-win64" folder in the "C:\" directory, without changing the folder name.
18- 3 ) To use the EMDLAB package in your MATLAB code, add the following line at the beginning of your mfile:
15+ ### Setup Instructions (Windows 64-bit):
1916
20- --->> addpath(genpath('C:\ emdlab-win64'));
17+ ✅ 1) Download the emdlab-win64.zip file.
2118
22- How to install EMDLAB from GitHub? (Follow the video link):
19+ ✅ 2) Extract the zip file and place the "emdlab-win64" folder in the "C:\" directory, without changing the folder name.
20+
21+ ✅ 3) To use the EMDLAB package in your MATLAB code, add the following line at the beginning of your mfile:
22+
23+ *** --->> addpath(genpath('C:\emdlab-win64'));***
24+
25+ ** How to install EMDLAB from GitHub? (Follow the video link):**
2326https://youtu.be/ifwybm4r2_0
2427
25- Preprint paper:
28+ ** Preprint paper:**
2629https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5327716
0 commit comments