Feeds
질문
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...
대략 9년 전 | 답변 수: 0 | 2
0
답변질문
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...
9년 초과 전 | 답변 수: 0 | 0
0
답변질문
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 ...
10년 초과 전 | 답변 수: 1 | 0