show8505a.m
来自「spread spectrum communication will be he」· M 代码 · 共 11 行
M
11 行
function show8505a
figure('numbertitle','off','menubar','none');
try
image(imread('8505a.jpg'));
set(gca,'xtickmode','manual','ytickmode','manual'); % remove ticks and labels
title('HP 8505A RF Network Analyzer Controlled with MATLAB Instrument Control Toolbox')
catch
clc
disp('cannot locate imread.m function or the 8505a.jpg file'); % the likely causes for failure
end;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?