photo

Jorge C.


Last seen: 11 days ago Active since 2018

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Why is there loss of precision when writing values using CSVWRITE in MATLAB 7.0 (R14)?
I believe Matlab's default precision is 4 decimal places, which is likely affecting the output. To compensate: change the precis...

6 years ago | 0

Question


Mex Error on Linux - redefinition of typedef
I am trying to compile a mex file to interact with a C function in Matlab. My C function contains various typedefs that appear t...

6 years ago | 1 answer | 1

1

answer

Question


Error in Passing Structure Pointer to C Function via calllib
I have a C function ("Fxn1") that accepts a pointer to a structure as an input. (C) int32_T Fxn1(const Mystruct *para...

6 years ago | 0 answers | 0

0

answers