Skip to content

Commit de34d29

Browse files
committed
Update README to include VectorFields
1 parent 51d83df commit de34d29

8 files changed

Lines changed: 34 additions & 3 deletions

File tree

Images/ElecMagCard.svg

Lines changed: 14 additions & 0 deletions
Loading

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Ensure you have all the required products ([listed below](#H_E850B4FF)) installe
5959

6060
## Products
6161

62-
MATLAB® and Symbolic Math Toolbox™ are used throughout. Tools from the Mapping Toolbox™ are used in the Further Exploration in the [CoordinateSystems](#M_0493) script.
62+
MATLAB® and Symbolic Math Toolbox™ are used throughout. Tools from the Mapping Toolbox™ are used in the Further Exploration in the [CoordinateSystems](#M_0493) script and for geographical plotting in the VectorFields script.
6363

6464
<a id="H_E8C62B23"></a>
6565

@@ -71,10 +71,10 @@ MATLAB® and Symbolic Math Toolbox™ are used throughout. Tools from the Mappin
7171
| :-- | :-- | :-- |
7272
| <img src="Images/ShapesCard.png" width="159" alt="ShapesCard.png"> <br> | **In this script, students will...** <br> $\bullet$ Use polar, spherical, cartesian, and cylindrical coordinates to identify points, curves, surfaces, and volumes in space. <br> $\bullet$ Convert points, curves, surfaces, and volumes between different coordinate representations. <br> $\bullet$ Choose coordinate systems to describe given geometric objects and explain their choice. <br> | **Academic disciplines** <br> $\bullet$ Electrical Engineering <br> $\bullet$ Mechanical Engineering <br> $\bullet$ Navigation <br> $\bullet$ Mathematics <br> |
7373

74-
## **VectorFields** (planned)
74+
## [**VectorFields**](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Multivariable-Space-and-Functions&project=Space.prj&file=Scripts/VectorFields.mlx)
7575
||||
7676
| :-- | :-- | :-- |
77-
| <img src="Images/VectorFieldCard.png" width="171" alt="VectorFieldCard.png"> <br> | **In this script, students will...** <br> $\bullet$ Visualize 2D and 3D vector fields <br> $\bullet$ Visualize 2D and 3D contour plots <br> $\bullet$ Define control surfaces and control volumes <br> | **Academic disciplines** <br> $\bullet$ Electrical Engineering <br> $\bullet$ Mechanical Engineering <br> $\bullet$ Physics <br> $\bullet$ Meteorology <br> $\bullet$ Mathematics <br> |
77+
| <img src="Images/VectorFieldCard.png" width="171" alt="VectorFieldCard.png"> <br> | **In this script, students will...** <br> $\bullet$ Visualize 2D and 3D vector fields <br> $\bullet$ Visualize 2D and 3D contour plots | **Academic disciplines** <br> $\bullet$ Electrical Engineering <br> $\bullet$ Mechanical Engineering <br> $\bullet$ Physics <br> $\bullet$ Meteorology <br> $\bullet$ Mathematics <br> |
7878

7979
## **ParametricEquations (planned)**
8080
||||
@@ -91,6 +91,7 @@ The license for this module is available in the [LICENSE.md](https://github.com/
9191

9292
| **Courseware Module** <br> | **Sample Content** <br> | **Available on:** <br> |
9393
| :-- | :-- | :-- |
94+
| [**Electricity & Magnetism: Introduction**](https://www.mathworks.com/matlabcentral/fileexchange/180193-electricity-magnetism-introduction) <br> | <img src="Images/ElecMagCard.svg" width="171" alt="AppliedPDEsCard.png"> <br> | [<img src="Images/OpenInFX.png" width="91" alt="OpenInFX.png">](https://www.mathworks.com/matlabcentral/fileexchange/180193-electricity-magnetism-introduction) <br> [<img src="Images/OpenInMO.png" width="136" alt="OpenInMO.png">](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Electricity-Magnetism&project=emag.prj&file=README.mlx) <br> [GitHub](https://github.com/MathWorks-Teaching-Resources/Electricity-Magnetism) <br> |
9495
| [**Applied Partial Differential Equations**](https://www.mathworks.com/matlabcentral/fileexchange/172650-applied-partial-differential-equations) <br> | <img src="Images/AppliedPDEsCard.png" width="171" alt="AppliedPDEsCard.png"> <br> | [<img src="Images/OpenInFX.png" width="91" alt="OpenInFX.png">](https://www.mathworks.com/matlabcentral/fileexchange/172650-applied-partial-differential-equations) <br> [<img src="Images/OpenInMO.png" width="136" alt="OpenInMO.png">](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Applied-PDEs&project=AppliedPDEs.prj&file=README.mlx) <br> [GitHub](https://github.com/MathWorks-Teaching-Resources/Applied-PDEs) <br> |
9596

9697

README.mlx

-1.32 KB
Binary file not shown.

Scripts/VectorFields.mlx

436 Bytes
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
% Post-run script for VectorFields.mlx
2+
% ---- Post-run commands -----
3+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
% Post-run script for VectorFieldsSoln.mlx
2+
% ---- Post-run commands -----
3+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
% Pre-run script for VectorFields.mlx
2+
% ---- Known Issues -----
3+
KnownIssuesID = "";
4+
% ---- Pre-run commands -----
5+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
% Pre-run script for VectorFieldsSoln.mlx
2+
% ---- Known Issues -----
3+
KnownIssuesID = "";
4+
% ---- Pre-run commands -----
5+

0 commit comments

Comments
 (0)