photo

Thomas Carpenter


University of Leeds

Last seen: mehr als 2 Jahre vor Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Professional Interests: Electronics

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

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

mehr als 9 Jahre vor | 0

| akzeptiert

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 11 Jahre vor | 3 Antworten | 2

3

Antworten