Skip to content

Commit 2ea19a0

Browse files
authored
Merge pull request #1 from MathWorks-Teaching-Resources/release
Update MATLAB Onramp hyperlink to MATLAB Academy
2 parents ada71b4 + 4d29d57 commit 2ea19a0

11 files changed

Lines changed: 69 additions & 2 deletions

.gitattributes

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
*.fig binary
2+
*.mat binary
3+
*.mdl binary diff merge=mlAutoMerge
4+
*.mdlp binary
5+
*.mexa64 binary
6+
*.mexw64 binary
7+
*.mexmaci64 binary
8+
*.mlapp binary linguist-language=MATLAB
9+
*.mldatx binary
10+
*.mlproj binary
11+
*.mlx binary merge=mlAutoMerge linguist-language=MATLAB
12+
*.p binary
13+
*.sfx binary
14+
*.sldd binary
15+
*.slreqx binary merge=mlAutoMerge
16+
*.slmx binary merge=mlAutoMerge
17+
*.sltx binary
18+
*.slxc binary
19+
*.slx binary merge=mlAutoMerge
20+
*.slxp binary
21+
22+
## Other common binary file types
23+
*.docx binary
24+
*.exe binary
25+
*.jpg binary
26+
*.pdf binary
27+
*.png binary
28+
*.xlsx binary
29+
30+
# Ignore HTML
31+
32+
*.html linguist-detectable=false

.gitignore

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# List of untracked files to ignore
2+
3+
# Autosave files
4+
*.asv
5+
*.m~
6+
*.autosave
7+
*.slx.r*
8+
*.mdl.r*
9+
10+
# Derived content-obscured files
11+
*.p
12+
13+
# Compiled MEX files
14+
*.mex*
15+
16+
# Packaged app and toolbox files
17+
*.mlappinstall
18+
*.mltbx
19+
20+
# Deployable archives
21+
*.ctf
22+
23+
# Generated helpsearch folders
24+
helpsearch*/
25+
26+
# Code generation folders
27+
slprj/
28+
sccprj/
29+
codegen/
30+
31+
# Cache files
32+
*.slxc
33+
34+
# Cloud based storage dotfile
35+
.MATLABDriveTag

Part0_ConceptReview.mlx

1.55 KB
Binary file not shown.

Part0_ConceptReviewSoln.mlx

1.55 KB
Binary file not shown.

Part1_TransferFunctionBasics.mlx

2.09 KB
Binary file not shown.
2.09 KB
Binary file not shown.

Part2_PoleZeroAnalysis.mlx

2.09 KB
Binary file not shown.

Part2_PoleZeroAnalysisSoln.mlx

2.09 KB
Binary file not shown.

Part3_FrequencyDomainAnalysis.mlx

2.09 KB
Binary file not shown.
2.09 KB
Binary file not shown.

0 commit comments

Comments
 (0)