index
:
mc2-scripts-and-benchmarks.git
master
rtas20-wip
rtas21-ae
rtas22
rtas22-casestudy
sd-vbs
Benchmarks and execution scripts for testing spatial isolation and SMT interference in MC^2
Joshua J Bakita
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
SD-VBS
/
common
/
toolbox
/
toolbox_basic
/
affine
/
im.m
blob: 6450120b6d9ae290c6295acba881e7c6e5d9d8ec (
plain
) (
blame
)
1
2
3
function
im
(
I
)
imagesc
(
I
);
axis
(
'image'
);
drawnow
;