Analýza dat

load count.dat
[n, p] = size(count)
t = 1:n;
plot(t, count)
legend( 'Location 1', 'Location 2', 'Location 3')
mx = max(count)
mu = mean(count)
sigma = std(count)
[mx, indx]  = min(count)
min(count(:))



Milan Šiňor
2022-02-21
Valid CSS! Valid HTML 4.0!