代码搜索结果
找到约 10,000 项符合
Raspberry Pi 的代码
pi_importpicks.m
function ImportPicks
% Import picks from other figures in familly
global PICKS PICKCOLOR
h=get(gcf,'userdata');
hmsg=h(2);
% getting name of figure pulling
ttl=get(gcbo,'label');
xx=findstr(tt
pi_savefile.m
function SaveFile
% Saving files for Plot Image
global SCALE_OPT NUMBER_OF_COLORS GRAY_PCT CLIP COLOR_MAP NOBRIGHTEN PICKS PICKCOLOR XAXISTOP ZOOM_VALUE ZOOM_LOCKS
h=get(gcf,'userdata');
hmsg2=h(2
pi_figuresizechange.m
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')
pi_deletepickline.m
function DeletePickLine();
h=get(gcf,'userdata');
hmsg=h(2);
global PICKS
delete(findobj(gcf,'type','line','tag','PICKMARKER'));
delete(findobj(gcf,'type','text','tag','PICKTEXT'));
hobj=gco;
pi_picklinemenu.m
function picklinemenu();
global SCALE_OPT NUMBER_OF_COLORS GRAY_PCT CLIP COLOR_MAP NOBRIGHTEN PICKS PICKCOLOR XAXISTOP ZOOM_VALUE ZOOM_LOCKS
checkclick=get(gcf,'selectiontype');
hobj=gco;
if(str
pi_limptmove.m
function limptmove(action);
global SCALE_OPT NUMBER_OF_COLORS GRAY_PCT CLIP COLOR_MAP NOBRIGHTEN PICKS PICKCOLOR XAXISTOP ZOOM_VALUE ZOOM_LOCKS
delete(findobj(gcf,'type','line','tag','PICKMARKER')
pi_extr.h
/*************************************************************************/
/* */
/* Copyright (c) 1993-1996 Accelerated
pi_defs.h
/*************************************************************************/
/* */
/* Copyright (c) 1993-1996 Accelerated
pi2.c
/*
pi2.c: Driver for the Ottawa Amateur Radio Club PI and PI2 interface.
Copyright (c) 1994 David Perry
This program is free software; you can redistribute it and/or modify
it under the t