Borrar filtros
Borrar filtros

How to create functioning % in gui?

2 visualizaciones (últimos 30 días)
Dixie Cross
Dixie Cross el 28 de Abr. de 2016
Comentada: Walter Roberson el 28 de Abr. de 2016
I need help creating a functioning % push button in gui?
I don't even know where to begin. I have my basic design set and the calculator working properly, all but the percent sign. What is the coding to do so?
Below is what I have so far but it's not working properly.
% --- Executes on button press in percentage.
function percentage_Callback(hObject, eventdata, handles)
% hObject handle to precentage (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
str=get(handles.inputtext,'string')
str=strcat(str,'%')
set(handles.inputtext,'string',str)
  1 comentario
Walter Roberson
Walter Roberson el 28 de Abr. de 2016
You have not defined what the % button should do.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by