Joris Lambrecht
Case Western Reserve University
Followers: 0 Following: 0
Statistics
RANK
22.792
of 295.467
REPUTATION
1
CONTRIBUTIONS
8 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
2
RANK
6.449 of 20.234
REPUTATION
169
AVERAGE RATING
4.00
CONTRIBUTIONS
1 File
DOWNLOADS
3
ALL TIME DOWNLOADS
1611
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
Reduce read (characteristic) timeout for BLE
b = ble(...) c = charachteristic(...) read(c, 'oldest') % read(c, 'latest') If there is no data, read will wait for 10s and...
bijna 4 jaar ago | 1 answer | 0
1
answerQuestion
Detect Serial Port disconnecttion
I'm trying to detect if a serial port disconnect even has occured. Neither the BreakInterruptFcn or ErrorFcn are beign trippe...
bijna 6 jaar ago | 1 answer | 0
1
answerTaskbar and Figure Icon for deployed standalone EXE
I found a workaround. Create a shortcut to the .exe location (C:\Program Files\<COMPANY>\<APP>\application\<app>.bin). That can...
meer dan 6 jaar ago | 0
Question
Taskbar and Figure Icon for deployed standalone EXE
I made a standalone EXE using the Application compiler (R2017a). I selected custom icons, however the figure icon and taskbar i...
meer dan 6 jaar ago | 2 answers | 1
2
answersQuestion
Waitbar minimum progress increment too high
On my system, I get the following results: h1=waitbar(0.029) <</matlabcentral/answers/uploaded_files/109655/WaitBarLow...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
Interactive figure manipulation with App Designer
I am in the early design stage of a GUI that involves interactive plotting (moving/adding/deleting points within graph via mouse...
meer dan 7 jaar ago | 2 answers | 0
2
answersQuestion
accessing timer UserData fields
t=timer; t.UserData = struct('field1', 'a', 'field2, 'b'); t.UserData.field1 % returns an error: %inconsistent...
ongeveer 8 jaar ago | 1 answer | 1
1
answerQuestion
Change Master Audio Volume from Matlab
Is there a way to change the windows master audio volume from Matlab in real-time?(so all sounds played on the computer change v...
ongeveer 13 jaar ago | 2 answers | 0
2
answersQuestion
Union and Interseciton of Intervals
I want to be able to quickly determine the interval resulting from unions and intersections of various intervals. The number of...
meer dan 13 jaar ago | 2 answers | 0
2
answersSubmitted
barwebpairs (pair bars within groups and between groups)
Add pairing brackets to a bar plot (e.g. to indicate statically significant differences)
meer dan 14 jaar ago | 3 downloads |