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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
