LAT Hologramm-Software 2.0
Loading...
Searching...
No Matches
test.m
Go to the documentation of this file.
1
2
3tic
4for i=1:10
5r = logical(round(rand(30,30,8,100)));
6end
7toc
8
9tic
10for i=1:10
11r = randi([0,Hologram.grayLevels-1],1,30,30,100);
12
13
14end
15toc
16
17
Hologramme werden als Objekte vom Typ Hologram dargestellt.
Definition: Hologram.m:11
Property grayLevels
Anzahl der Graustufen.
Definition: Hologram.m:37