photo

Michel C


Last seen: 5 months ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Sort fields of struct by length and alphabetically
I've been trying to sort the fields of a struct by combination of length and name. Length should take precedence, but if the len...

3 years ago | 1 answer | 1

1

answer

Question


Define array to be code generated as static
Hello! I'm using Matlab Embedded Coder to generate C code from my matlab function. I have a matrix which I want to be declared ...

3 years ago | 1 answer | 0

1

answer

Question


Coder: Prevent code optimization replacing a variable with its constant value
Hello I'm using Matlab coder to code generate. Example: N = 31; for 1:N %calculating things end So my variable N has a con...

3 years ago | 1 answer | 0

1

answer