dfig16draw_d.m
来自「beamlet变化的工具箱」· M 代码 · 共 38 行
M
38 行
% dfig16draw_d - drawing part of dfig16draw.m
fprintf('\n');
disp('There are two figures.');
fprintf('\n');
%figure(1);
subplot(1,2,1);
AutoImage(-img); ax = axis; title('Picasso');
%figure(2);
subplot(1,2,2);
%c(:,:,1) = ones(n);
%c(:,:,2) = ones(n);
%c(:,:,3) = ones(n);
c=ones(n, n, 3);
image(c);
axis image; ax = axis; hold on;
colormap('default')
nedges=PlotBeamletRDP2(vtree,btree,stree,'g',ax,log2(n),0,'w',-lambda+1e-3);
title('Recovered by Beamlet-driven RDP'); hold off;
xlabel(sprintf('Number of beamlets=%d',nedges));
%% Part of BeamLab Version:200% Built:Friday,23-Aug-2002 00:00:00% This is Copyrighted Material% For Copying permissions see COPYING.m% Comments? e-mail beamlab@stat.stanford.edu%%% Part of BeamLab Version:200% Built:Saturday,14-Sep-2002 00:00:00% This is Copyrighted Material% For Copying permissions see COPYING.m% Comments? e-mail beamlab@stat.stanford.edu%
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?