Research Article

On the Development of an Optimal Structure of Tree Parity Machine for the Establishment of a Cryptographic Key

Algorithm 3

Code in GNU Octave to graph a scatter plot.
Data: , , ,
Result: Graph
1 initialization;
2 scatter3 ((:), (:), (:), [16], (:), ‘.’);
3 set(gca,‘zscale’,‘log’);
4 xlabel “K”;
5 ylabel “N”;
6 zlabel “L”;
7 colorbar;