Joris Lambrecht - MATLAB Central
photo

Joris Lambrecht


Case Western Reserve University

Last seen: oltre un anno fa Attivo dal 2010

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB AnswersFile ExchangeFrom 05/10 to 01/25Use left and right arrows to move selectionFrom 05/10Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
22.792
of 296.405

REPUTAZIONE
1

CONTRIBUTI
8 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
2

  • Thankful Level 2
  • First Review
  • First Submission
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Risposto
Taskbar 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...

quasi 7 anni fa | 0

Domanda


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...

quasi 7 anni fa | 2 risposte | 1

2

risposte

Domanda


Waitbar minimum progress increment too high
On my system, I get the following results: h1=waitbar(0.029) <</matlabcentral/answers/uploaded_files/109655/WaitBarLow...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 7 anni fa | 2 risposte | 0

2

risposte

Domanda


accessing timer UserData fields
t=timer; t.UserData = struct('field1', 'a', 'field2, 'b'); t.UserData.field1 % returns an error: %inconsistent...

oltre 8 anni fa | 1 risposta | 1

1

risposta

Domanda


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...

oltre 13 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 13 anni fa | 2 risposte | 0

2

risposte

Inviato


barwebpairs (pair bars within groups and between groups)
Add pairing brackets to a bar plot (e.g. to indicate statically significant differences)

oltre 14 anni fa | 3 download |

Thumbnail
Go to top of page