photo

Joris Lambrecht


Case Western Reserve University

Last seen: 2年弱 前 2010 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

8 質問
1 回答

File Exchange

1 ファイル

ランク
22,792
of 297,775

評判
1

コントリビューション
8 質問
1 回答

回答採用率
50.0%

獲得投票数
2

ランク
6,496 of 20,469

評判
169

平均評価
4.00

コントリビューション
1 ファイル

ダウンロード
3

ALL TIME ダウンロード
1611

ランク

of 159,513

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

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

バッジを表示

Feeds

表示方法

質問


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

約4年 前 | 1 件の回答 | 0

1

回答

質問


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

約6年 前 | 1 件の回答 | 0

1

回答

回答済み
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...

7年弱 前 | 0

質問


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

7年弱 前 | 2 件の回答 | 1

2

回答

質問


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

約7年 前 | 1 件の回答 | 0

1

回答

質問


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

8年弱 前 | 2 件の回答 | 0

2

回答

質問


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

8年以上 前 | 1 件の回答 | 1

1

回答

質問


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

13年以上 前 | 2 件の回答 | 0

2

回答

質問


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

14年弱 前 | 2 件の回答 | 0

2

回答