photo

amila


Last seen: 7 months ago Active since 2023

Followers: 0   Following: 0

Spoken Languages:
English

Statistics

All
  • Solver

View badges

Feeds

View by

Question


Converting Aerospace blockset's Gyro model to a C code with Simulink Coder
Hello! I'm trying to generated C codes for the Aerospace blockset's Gyro model using Simulink Coder and incorporate it to an al...

1 year ago | 1 answer | 0

1

answer

Solved


Rotate counterclockwise a matrix 90 deg with left-bottom element
Example: Input [ 1 2 3 4 5 6 ] Output [ 3 6 2 5 1 4 ]

1 year ago