
James Ang
Panasonic
2016년부터 활동
Ex-AE of Techsource Systems.
Currently Performance engineer at Panasonic.
Content Feed
질문
Why GUI has degraded look after being compiled as standalone executable?
Hi, I created a GUI within Matlab environment, the pushbuttons appear '3D' << <</matlabcentral/answers/uploaded_files/5030...
대략 7년 전 | 답변 수: 1 | 0
1
답변질문
Passing data from External function to main GUIDE function
Hi, I've a function in GUIDE that goes: % --- Executes on button press in plot2_push. function plot2_push_Callback(hO...
대략 7년 전 | 답변 수: 0 | 0
0
답변질문
GUI - change 'edit' or 'popup' style by number of mouse clicks
Hi, I've a list of historical information: e.g Amanda Bob Carrie Daniel that I can populate into the popupmenu...
대략 7년 전 | 답변 수: 1 | 0
1
답변질문
Extracting numbers from string
Hi, I've some example strings: CS-TZ24SKEW --> 24 CU-V18RKH-1 --> 18 CS-S24RKH-1 --> 24 CS-XC9R...
대략 7년 전 | 답변 수: 2 | 0
2
답변질문
why guidata not saving handles data
Hi, I've inserted these 2 lines in my GUI opening function: handles. hText = ''; handles.allLines = []; set(gcf, ...
대략 7년 전 | 답변 수: 2 | 0
2
답변질문
'WindowButtonDownFcn' cant detect handles data from other callbacks
Hi, I've set the 'WindowButtonDownFcn' in my GUI opening function as below: set(gcf, ... 'WindowButtonDownFcn'...
대략 7년 전 | 답변 수: 1 | 0