Skip to content

Cosmetical changes

Cosmetical changes #4

Workflow file for this run

name: Run MATLAB scripts
on: [push]
jobs:
run-matlab-scripts:
name: Run MATLAB scripts
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1
- name: Run week 1 scripts
uses: matlab-actions/run-command@v1
with:
command: |
cd("progs/matlab")
quickTourMatlab
- name: Run week 2 scripts
uses: matlab-actions/run-command@v1
with:
command: |
cd("progs/matlab")
visualizingTimeSeriesDataNorway
definitionFrequenciesTimeSeriesData
whiteNoisePlots
plotsAR1