Skip to content

Commit 689a79b

Browse files
2 parents 6e6ff53 + 28b5755 commit 689a79b

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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:**
66
EMDLAB is an open-source numerical package developed in the MATLAB environment for the design
77
and analysis of electrical machines, including motors, generators, transformers, and actuators.
88
The 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
1212
you can select the appropriate modules to obtain your desired results. With EMDLAB,
1313
you 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):**
2326
https://youtu.be/ifwybm4r2_0
2427

25-
Preprint paper:
28+
**Preprint paper:**
2629
https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5327716

functions/emdlab_flib_arrow3d.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
% example #3:
2323
% h = arrow3d([1 0],[0 1],[-2 3],.8,3);
2424
% set(h,'facecolor',[1 0 0])
25-
%
26-
% Written by Moshe Lindner , Bar-Ilan University, Israel.
27-
% July 2010 (C)
2825

2926
if nargin==5
3027
radii2=radii*2;

0 commit comments

Comments
 (0)