From f936c8e4291ecb16f5ce6ff0d240d4789093faab Mon Sep 17 00:00:00 2001 From: Julia Stewart Lowndes Date: Mon, 26 Feb 2024 09:46:02 -0800 Subject: [PATCH] starter files for cedric --- _quarto.yml | 8 ++++++++ how-tos/access-data/access-cloud-matlab.qmd | 5 +++++ how-tos/access-data/access-local-matlab.qmd | 5 +++++ how-tos/find-data/find-matlab.qmd | 7 +++++++ how-tos/use_apis_matlab.qmd | 3 +++ 5 files changed, 28 insertions(+) create mode 100644 how-tos/access-data/access-cloud-matlab.qmd create mode 100644 how-tos/access-data/access-local-matlab.qmd create mode 100644 how-tos/find-data/find-matlab.qmd create mode 100644 how-tos/use_apis_matlab.qmd diff --git a/_quarto.yml b/_quarto.yml index 3bc980930..256e9a1be 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -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" @@ -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" diff --git a/how-tos/access-data/access-cloud-matlab.qmd b/how-tos/access-data/access-cloud-matlab.qmd new file mode 100644 index 000000000..db365c034 --- /dev/null +++ b/how-tos/access-data/access-cloud-matlab.qmd @@ -0,0 +1,5 @@ +--- +title: How do I access Cloud Data in the Cloud with MATLAB? +execute: + eval: false +--- diff --git a/how-tos/access-data/access-local-matlab.qmd b/how-tos/access-data/access-local-matlab.qmd new file mode 100644 index 000000000..ed45cc804 --- /dev/null +++ b/how-tos/access-data/access-local-matlab.qmd @@ -0,0 +1,5 @@ +--- +title: How do I access Cloud Data from my Local Machine with MATLAB? +execute: + eval: false +--- diff --git a/how-tos/find-data/find-matlab.qmd b/how-tos/find-data/find-matlab.qmd new file mode 100644 index 000000000..92b3b041e --- /dev/null +++ b/how-tos/find-data/find-matlab.qmd @@ -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... \ No newline at end of file diff --git a/how-tos/use_apis_matlab.qmd b/how-tos/use_apis_matlab.qmd new file mode 100644 index 000000000..b297028ce --- /dev/null +++ b/how-tos/use_apis_matlab.qmd @@ -0,0 +1,3 @@ +--- +title: How do I access data using APIsin MATLAB? +---