Too may input arguments
Mostrar comentarios más antiguos
Error using SampleGUImain>pushbutton2_Callback Too many input arguments.
Code:
% --- Executes on button press in pushbutton2.
function pushbutton2_Callback(handles)
imM=im>80;
axes(handles.axes2)
imshow(imM);
title('Threshold Image');
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Image Thresholding en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
