Assuming, derivative singularity means discontinuity in the derivative function, I was wondering if there is a way a spline can be made to fit a step function reasonably.
I have a question regarding an example in your tutorial.
What is the meaning of derivative singularity? It may be a naive question but I have not seen a definition of this anywhere.
For users on linux, x86_64 the file MatlabStruct.c may need to be changed to match on disk data.
Lines 179,182 use sizeof long (which is 8 on linux64) for int32, 4 byte elements.
The types INT32_T and UINT32_T work well as a replacement
Comment only
29 Jan 2010
cstruct
A tool for mapping binary data to MATLAB structures and vice versa.
Has anyone experienced issues with Matlab being column major order vs C being row major order for arrays? It doesn't look like cstruct handles this difference.
5
04 Jun 2009
cstruct
A tool for mapping binary data to MATLAB structures and vice versa.
Comment only