Skip to content

Instantly share code, notes, and snippets.

View hiltontj's full-sized avatar

Trevor Hilton hiltontj

View GitHub Profile
clear all;
res = 512; % # of pixel lines in each dimension
img = zeros(res,res,res); % initialize image 3D vector
for i = 0:511
clear str fid str_i;
str_i = num2str(i);
if (i < 10)