AG
Followers: 0 Following: 0
Statistics
RANK
23,542
of 295,467
REPUTATION
1
CONTRIBUTIONS
2 Questions
4 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
2
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Can't get or show every integer or pixel value of axes
In MATLAB 2022a, App Designer (see attached file), I want to get, show or mark (with a '+') with the mouse cursor, any integer p...
1 year ago | 1 answer | 0
1
answerQuestion
compiler not packaging os generic video interface
I have written a Matlab GUI based application that uses a USB video camera to acquire live images and it requires Image Acquisit...
4 years ago | 1 answer | 2
1
answerMatlab unable to change frame rate
Try using exactly the same string as is obtained from the camera. % use 'set' to return the cell array of values accepted by th...
5 years ago | 0
Getting GUI Slider updates while dragging
The following worked for me. I get a 'live' scroll-bar update by calling this within another function: slider_value = get(gcf.C...
6 years ago | 0
Continuous slider callback, how to get Value from addlistener?
The following worked for me. I get a 'live' scroll-bar update by calling this within another function: slider_value = get(gcf.C...
6 years ago | 0
Plot graph in GUI axes
Errors like this: Error in ==> @(hObject,eventdata)race_profile('calc_Callback',hObject,eventdata,guidata(hObject)) ??? Error...
12 years ago | 0