Skip to content

Commit

Permalink
Merge pull request #1 from MathWorks-Teaching-Resources/release
Browse files Browse the repository at this point in the history
Update MATLAB Onramp hyperlink to MATLAB Academy
  • Loading branch information
vboutrou authored Feb 2, 2023
2 parents ada71b4 + 4d29d57 commit 2ea19a0
Show file tree
Hide file tree
Showing 11 changed files with 69 additions and 2 deletions.
32 changes: 32 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
*.fig binary
*.mat binary
*.mdl binary diff merge=mlAutoMerge
*.mdlp binary
*.mexa64 binary
*.mexw64 binary
*.mexmaci64 binary
*.mlapp binary linguist-language=MATLAB
*.mldatx binary
*.mlproj binary
*.mlx binary merge=mlAutoMerge linguist-language=MATLAB
*.p binary
*.sfx binary
*.sldd binary
*.slreqx binary merge=mlAutoMerge
*.slmx binary merge=mlAutoMerge
*.sltx binary
*.slxc binary
*.slx binary merge=mlAutoMerge
*.slxp binary

## Other common binary file types
*.docx binary
*.exe binary
*.jpg binary
*.pdf binary
*.png binary
*.xlsx binary

# Ignore HTML

*.html linguist-detectable=false
35 changes: 35 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# List of untracked files to ignore

# Autosave files
*.asv
*.m~
*.autosave
*.slx.r*
*.mdl.r*

# Derived content-obscured files
*.p

# Compiled MEX files
*.mex*

# Packaged app and toolbox files
*.mlappinstall
*.mltbx

# Deployable archives
*.ctf

# Generated helpsearch folders
helpsearch*/

# Code generation folders
slprj/
sccprj/
codegen/

# Cache files
*.slxc

# Cloud based storage dotfile
.MATLABDriveTag
Binary file modified Part0_ConceptReview.mlx
Binary file not shown.
Binary file modified Part0_ConceptReviewSoln.mlx
Binary file not shown.
Binary file modified Part1_TransferFunctionBasics.mlx
Binary file not shown.
Binary file modified Part1_TransferFunctionBasicsSoln.mlx
Binary file not shown.
Binary file modified Part2_PoleZeroAnalysis.mlx
Binary file not shown.
Binary file modified Part2_PoleZeroAnalysisSoln.mlx
Binary file not shown.
Binary file modified Part3_FrequencyDomainAnalysis.mlx
Binary file not shown.
Binary file modified Part3_FrequencyDomainAnalysisSoln.mlx
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ This curriculum module contains interactive [live scripts](https://www.mathworks
The instructions inside the live scripts will guide you through the exercises and activities. Get started with each live script by running it one section at a time. To stop running the script or a section midway (for example, when an animation is in progress), use the Stop button in the RUN section of the Live Editor tab in the MATLAB Toolstrip.

## Suggested Prework ##
[MATLAB Onramp](https://www.mathworks.com/learn/tutorials/matlab-onramp.html) – a free two-hour introductory tutorial that teaches the essentials of MATLAB.<br>
[Introduction to Symbolic Math with MATLAB](https://www.mathworks.com/learn/tutorials/introduction-to-symbolic-math-with-matlab.html) – a two-hour self-paced introductory course that teaches the basics of symbolic mathematics in MATLAB. Note that this course is only available to users with access to the Online Training Suite.
[MATLAB Onramp](https://matlabacademy.mathworks.com/details/matlab-onramp/gettingstarted) – a free two-hour introductory tutorial that teaches the essentials of MATLAB.<br>
[Introduction to Symbolic Math with MATLAB](https://matlabacademy.mathworks.com/details/introduction-to-symbolic-math-with-matlab/symbolic) – a two-hour self-paced introductory course that teaches the basics of symbolic mathematics in MATLAB. Note that this course is only available to users with access to the Online Training Suite.

## Details ##
**`Part0_ConceptReview.mlx, Part0_ConceptReviewSoln.mlx`**
Expand Down

0 comments on commit 2ea19a0

Please sign in to comment.