Hi everyone,
I am fairly new to matlab and having some troubles with the code I need to write to interrogate some data. I was wondering if you could help. So far I have this code:
clear all; % clears all variables from your workspace
close all; % closes all figure windows
clc; % clears...