Skip to content

Commit 36a3b6e

Browse files
committed
Initial commit
0 parents  commit 36a3b6e

File tree

98 files changed

+752
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+752
-0
lines changed

.gitattributes

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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
9+
*.mldatx binary
10+
*.mlproj binary
11+
*.mlx binary
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

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# List of untracked files to ignore
2+
3+
*.asv
4+
*.zip
5+
*.pyc
6+
*.pyc
7+
*.vs
8+
*TestOutput
9+
MATLAB-Live-Task-for-Python

.vs/ProjectSettings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"CurrentProjectSetting": null
3+
}

.vs/slnx.sqlite

96 KB
Binary file not shown.

CheckingTheWeather.mlx

45 KB
Binary file not shown.

HelperFunctions/Navigation.mlx

119 KB
Binary file not shown.

HelperFunctions/OpenOverview.m

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
function OpenOverview
2+
% Open the overview file
3+
locDir = pwd;
4+
if contains(locDir,filesep+"MATLAB Drive")
5+
open("Navigation.mlx")
6+
else
7+
open("Overview.html")
8+
end
9+
10+
end

HelperFunctions/Overview.html

Lines changed: 331 additions & 0 deletions
Large diffs are not rendered by default.

Images/NatickTempPress.png

28.6 KB

Images/NatickWind.png

37.5 KB

0 commit comments

Comments
 (0)