User`s manual
Manuals
Brands
MATLAB Manuals
Other
REAL-TIME WORKSHOP 7 - TARGET LANGUAGE COMPILER
361
362
363
364
365
366
367
368
369
370
Writing and Reading Data
8-47
Since the scope returns the screen display data using only two colors, an
appropriate colormap is selected.
mymap = [0 0 0; 1 1 1];
colormap(mymap)
The resulting bitmap image is shown below.
1
...
...
365
366
367
368
369
...
...
408