代码搜索:CallBack

找到约 10,000 项符合「CallBack」的源代码

代码结果 10,000
www.eeworm.com/read/444599/7611013

m kedit_callback.m

function KEdit_Callback(hObject, eventdata, handles) % Hints: get(hObject,'String') returns contents of KEdit as text % str2double(get(hObject,'String')) returns contents of KEdit as a double
www.eeworm.com/read/444599/7611014

m hessianbutton_callback.m

function HessianButton_Callback(hObject, eventdata, handles) % --- Executes on button press in HessianButton. handles.K = round(str2double(get(handles.KEdit,'String'))); handles.K = max(1,handles
www.eeworm.com/read/444599/7611015

m laplacianbutton_callback.m

function LaplacianButton_Callback(hObject, eventdata, handles) % --- Executes on button press in LaplacianButton. handles.K = round(str2double(get(handles.KEdit,'String'))); handles.K = max(1,han
www.eeworm.com/read/444599/7611017

m alphaedit_callback.m

function AlphaEdit_Callback(hObject, eventdata, handles)
www.eeworm.com/read/444599/7611020

m dimedit_callback.m

function DimEdit_Callback(hObject, eventdata, handles) % Hints: get(hObject,'String') returns contents of DimEdit as text % str2double(get(hObject,'String')) returns contents of DimEdit as a
www.eeworm.com/read/444599/7611023

m examplebutton_callback.m

function ExampleButton_Callback(hObject, eventdata, handles) % --- Executes on button press in ExampleButton. exampleValue = get(handles.ExampleMenu,'Value'); N = round(str2double(get(handles.Poi
www.eeworm.com/read/444599/7611024

m loadmatrix_callback.m

function LoadMatrix_Callback(hObject, eventdata, handles) % --- Executes on button press in LoadMatrix. handles.X = evalin ('base', get(handles.MatrixEdit,'String')); handles.isExample = 0; guid
www.eeworm.com/read/444599/7611025

m isomapbutton_callback.m

function ISOMAPButton_Callback(hObject, eventdata, handles) % --- Executes on button press in ISOMAPButton. handles.K = round(str2double(get(handles.KEdit,'String'))); handles.K = max(1,handles.K
www.eeworm.com/read/444599/7611028

m sigmaedit_callback.m

function SigmaEdit_Callback(hObject, eventdata, handles) % Hints: get(hObject,'String') returns contents of SigmaEdit as text % str2double(get(hObject,'String')) returns contents of SigmaEdit
www.eeworm.com/read/444599/7611032

m runallbutton_callback.m

function RunAllButton_Callback(hObject, eventdata, handles) % --- Executes on button press in RunAllButton. handles.K = round(str2double(get(handles.KEdit,'String'))); handles.K = max(1,handles.K