Feeds
질문
Trying to make a scientific calculator GUI and get this type of error message for all numbers but '6'. 6 is my first pushbutton. Any assistance would be appreciated.
Undefined function or variable 'textString'. Error in calc>pushbutton2_Callback (line 164) if(strcmp(textString,'0')==1)&(...
10년 초과 전 | 답변 수: 2 | 0
2
답변질문
Scientific calculator GUI error message
I am building a scientific calculator GUI for a class project. The only number that works without error is "6" which happens to ...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
I am attempting to create a scientific calculator gui and continue to encounter the following errors. I have checked the .m what am I missing?
Reference to non-existent field 'text1'. Error in calc>calc_OpeningFcn (line 64) set(handles.text1,'String','0'); Error i...
10년 초과 전 | 답변 수: 1 | 0
