photo

Thomas Carpenter


University of Leeds

Last seen: 約3年 前 2013 年からアクティブ

Followers: 0   Following: 0

Professional Interests: Electronics

統計

MATLAB Answers

6 質問
1 回答

ランク
19,032
of 297,503

評判
2

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

回答採用率
66.67%

獲得投票数
2

ランク
 of 20,449

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,017

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


loadlibrary mfilename put in sub folder
I have a rather large Matlab project (over 100 function files etc.) which I have organised into folders to make it easier to kee...

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

2

回答

質問


LoadLibrary, enums, and character literals
I've run into a rather daft problem with trying to load a DLL that I made. Basically all has been going well until recently when...

10年弱 前 | 1 件の回答 | 0

1

回答

質問


size(libpointer.Value). Can it be done *without* copying the array
Hi, I am returning a pointer to an array to MATLAB from a DLL using the following (simplified) code: arrayWidth = 16...

10年弱 前 | 0 件の回答 | 0

0

回答

回答済み
Buffer allocated in DLL crashes Matlab
Never mind, just noticed a glaringly obvious mistake: _buffer = (PINT16)malloc(len); Should be: _buffer = (PINT16)m...

10年弱 前 | 0

| 採用済み

質問


Buffer allocated in DLL crashes Matlab
Hi, I am trying to get MATLAB to work with a DLL I wrote. The DLL allocates a buffer which remains static until a command is ...

10年弱 前 | 1 件の回答 | 0

1

回答

質問


Windows Custom Device Driver Control
Hi, I have written a driver for a device I am making and need to interface the device with MATLAB. Essentially the driver is ...

11年弱 前 | 1 件の回答 | 0

1

回答

質問


Matlab R2013a wont open files in Editor.
Hi, I've just installed Matlab R2013a (32bit student edition) on my computer but am having trouble opening files. If I double...

11年以上 前 | 3 件の回答 | 2

3

回答