Skip to content
Snippets Groups Projects
Commit 9fb05005 authored by bjje's avatar bjje
Browse files

Updated structure of lecture plan and file names (needs to be double checked)

parent f24db235
No related branches found
No related tags found
No related merge requests found
%% exercise 2.1.6 %% exercise 3.1.6
mfig('NanoNose: Attribute standard deviations'); clf; hold all; mfig('NanoNose: Attribute standard deviations'); clf; hold all;
bar(1:size(X,2), std(X)); bar(1:size(X,2), std(X));
xticks(1:size(X,2)) xticks(1:size(X,2))
......
%% exercise 2.2.1 %% exercise 3.2.1
% Digit number to display % Digit number to display
i = 1; i = 1;
......
%% exercise 2.2.2 %% exercise 3.2.2
% Digits to include in analysis (to include all, n = 1:10); % Digits to include in analysis (to include all, n = 1:10);
n = [0,1]; n = [0,1];
......
%% exercise 2.3.1 %% exercise 3.3.1
%% Load data %% Load data
cdir = fileparts(mfilename('fullpath')); cdir = fileparts(mfilename('fullpath'));
load(fullfile(cdir,'../Data/zipdata.mat')); load(fullfile(cdir,'../Data/zipdata.mat'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment