Community Profile

photo

hate


askme

Active since 2015

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


How to make coder use #define macro for constant values
I have a list of physical constants which are defined as constant properties in a classdef. For instance: classdef uniCon...

7 years ago | 0 answers | 2

0

answers

Question


Modifying an element of mxArray using calllib
I have 2 "c" functions in a dll: void modifyDouble(double * inp) {*inp=5} void modifymxArray(mxArray * inp) {double *ptr...

7 years ago | 0 answers | 0

0

answers

Question


Read Interval Timeouts for Serial Communication
I need to communicate with a device via serial port. The device continously sends some binary data packages which are seperated ...

8 years ago | 1 answer | 0

1

answer