From 19fff71c887f51baa81874ab70e55927283e1299 Mon Sep 17 00:00:00 2001 From: Pedro Ojeda-May Date: Thu, 8 Aug 2024 09:32:06 +0200 Subject: [PATCH] MATLAB: exercises --- docs/software.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/software.md b/docs/software.md index da1982c8..5c1d42b1 100644 --- a/docs/software.md +++ b/docs/software.md @@ -12,7 +12,7 @@ Chart flow for a more efficient Matlab code using existing tools (adapted from[^ !!! Note "Exercise 1: Matlab serial job" - The folder SERIAL contains a function [funct.m](exercises/MATLAB/SERIAL/funct.m) + The folder SERIAL contains a function [funct.m](https://raw.githubusercontent.com/hpc2n/intro-course/master/exercises/MATLAB/SERIAL/funct.m) which performs a FFT on a matrix. The execution time is obtained with tic/toc and written down in the output file called **log.out**. Run the function [readme](intro.md)