Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MATLAB "how do I" files #310

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,24 @@ website:
href: how-tos/find-data/find-python.ipynb
- text: "with R"
href: how-tos/find-data/find-r.qmd
- text: "with MATLAB"
href: how-tos/find-data/find-matlab.qmd
- section: "access data in cloud"
contents:
- text: "with Python"
href: how-tos/access-data/access-cloud-python.ipynb
# - text: "with R"
# href: how-tos/access-data/access-cloud-r.qmd
- text: "with MATLAB"
href: how-tos/access-data/access-cloud-matlab.qmd
- section: "access data locally"
contents:
- text: "with Python"
href: how-tos/access-data/access-local-python.ipynb
- text: "with OPeNDAP"
href: how-tos/access-data/access-local-opendap.qmd
- text: "with MATLAB"
href: how-tos/access-data/access-local-matlab.qmd
- text: "read data"
href: how-tos/read_data.qmd
- text: "subset data"
Expand All @@ -81,6 +87,8 @@ website:
contents:
- text: "AppEEARS Cloud CSV Access "
href: external/appeears_csv_cloud_access.ipynb
- text: "with MATLAB"
href: how-tos/use_apis_matlab.qmd
- text: "parking lot"
href: how-tos/how_to_guide_parking_lot.qmd
- section: "Tutorials"
Expand Down
5 changes: 5 additions & 0 deletions how-tos/access-data/access-cloud-matlab.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: How do I access Cloud Data in the Cloud with MATLAB?
execute:
eval: false
---
5 changes: 5 additions & 0 deletions how-tos/access-data/access-local-matlab.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: How do I access Cloud Data from my Local Machine with MATLAB?
execute:
eval: false
---
7 changes: 7 additions & 0 deletions how-tos/find-data/find-matlab.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "How do I find data using MATLAB?"
execute:
eval: false
---

Here are our recommended approaches for finding data with MATLAB...
3 changes: 3 additions & 0 deletions how-tos/use_apis_matlab.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: How do I access data using APIsin MATLAB?
---