代码搜索结果
找到约 10,000 项符合
Raspberry Pi 的代码
pi_zoom.m
function zoom;
global ZOOM_LOCKS
if(strcmp(get(gca,'visible'),'on'))
set(gcf,'pointer','arrow');
h=get(gcf,'userdata');
hi=h(5);
haxs=gca;
hvertscrol=h(16);
hhorscrol=h
pi_plotimagecolormap.m
function PlotImageColorMap;
h=get(gcf,'userdata');
hmsg=h(4);
hi=h(5);
hscale=h(6);
hclip=h(7);
%get the data
seis=get(hi,'cdata');
%determine old scaling
dat=get(hscale,'userdata');
old
pi_flip.m
function flip();
h=get(gcf,'userdata');
hflip=h(1);
hmsg=h(4);
pol=get(hflip,'userdata');
pol=-1*pol;
clr=get(gcf,'colormap');
colormap(flipud(clr));
set(hflip,'userdata',pol);
if(pol==1)
pi_zoomlock.m
function PI_zoomlock(hObject, eventdata, handles)
global ZOOM_LOCKS
mainax=findobj(gcf,'type','axes','tag','MAINAXES');
posax=findobj(gcf,'type','axes','tag','POSITIONAXES');
hgcf=gcf;
if(~isempt
pi_limlnfigurevis.m
function limlnfigurevis(action);
if(strcmp(action,'limlnfigurevis2'))
% visiblilty being shut off by measurement figure
set(gcf,'visible','off');
h=get(gcf,'userdata');
hvisbutton
pi_spawnplotimage.m
function SpawnPlotImage(hObject, eventdata, handles)
global SCALE_OPT NUMBER_OF_COLORS GRAY_PCT CLIP COLOR_MAP NOBRIGHTEN PICKS PICKCOLOR XAXISTOP ZOOM_VALUE ZOOM_LOCKS
mainax=findobj(gcf,'type','ax
pi_close.m
function PI_Close(hObject, eventdata, handles)
% Closing Plot image
global PICKS PICKCOLOR ZOOM_VALUE ZOOM_LOCKS CLOSEREQUEST
limfig=findobj(0,'type','figure','tag','MVLINESMEASUREMENTS');
h=get(g
pi_headoff.m
function StopOrGo=HeadOff(action);
global SCALE_OPT NUMBER_OF_COLORS GRAY_PCT CLIP COLOR_MAP NOBRIGHTEN PICKS PICKCOLOR XAXISTOP ZOOM_VALUE ZOOM_LOCKS
mainax=findobj(gcf,'type','axes','tag','MAINAXE
pi_picksopen.m
function PicksOpen
global PICKS PICKCOLOR
mainax=findobj(gcf,'type','axes','tag','MAINAXES');
posax=findobj(gcf,'type','axes','tag','POSITIONAXES');
set(gcf,'currentaxes',mainax);
MasterFigure=g
pi_figuresizechange.asv
function FigureSizeChange
% changes the look of the plotimage figure for publishable purposes
posax=findobj(gcf,'type','axes','tag','POSITIONAXES');
haxs=findobj(gcf,'type','axes','tag','MAINAXES')