📄 dfig16draw_d.m
字号:
% 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -