Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Slider Code GUI problem

1 visualización (últimos 30 días)
Hassan Bosha
Hassan Bosha el 18 de Feb. de 2019
Cerrada: Rik el 18 de Feb. de 2019
What is the code for the slider to move along the x axis on zooming or to move anytime ?
% --- Executes on slider movement.
function slider2_Callback(hObject, eventdata, handles)
% --- Executes during object creation, after setting all properties.
function slider2_CreateFcn(hObject, eventdata, handles)
% hObject handle to slider2 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles empty - handles not created until after all CreateFcns called
% Hint: slider controls usually have a light gray background.
if isequal(get(hObject,'BackgroundColor'), get(0,'defaultUicontrolBackgroundColor'))
set(hObject,'BackgroundColor',[.9 .9 .9]);
end
Any one can help with the code ?
  1 comentario
Rik
Rik el 18 de Feb. de 2019
Closed as duplicate.
If an answer doesn't work for you, write a comment there explaining your issue.

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by