Statistics
RANK
111,494
of 301,275
REPUTATION
0
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
17,400 of 21,216
REPUTATION
4
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
1
ALL TIME DOWNLOADS
46
RANK
of 173,777
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Submitted
PIMAT
MATLAB app for controlling Pickering Interfaces PXI and LXI products.
7 years ago | 1 download |
Calllib() call for a C character pointer, doesn't retrieve the whole string
The solution for the issue is bufsize = 100; bufptr = libpointer('int8Ptr',zeros(bufsize,1,'int8')); calllib('<dll>',...
8 years ago | 0
Question
Calllib() call for a C character pointer, doesn't retrieve the whole string
I have the below function in my dll, which is loaded into MATLAB using loadlibrary() - unsigned int DevId(unsigned int Cha...
8 years ago | 1 answer | 0
