11 строки
143 B
Matlab
11 строки
143 B
Matlab
warning('off', 'all')
|
|
graphics_toolkit('gnuplot')
|
|
|
|
XX=load('dan_vuz.txt')
|
|
size(XX)
|
|
|
|
hist(Res,20)
|
|
xlabel('Results ')
|
|
ylabel('Number of Unis ')
|
|
|