Community Profile

photo

Kyle Andringa


Advanced Solutions Inc

Last seen: 1 year ago Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
  • 5-Star Galaxy Level 2
  • First Submission
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
How do I remove leading and trailing spaces from a string?
Looks like strtrim() could be a more direct method.

6 years ago | 1

Submitted


rotateXLabels
Rotate the X Tick Label Text

7 years ago | 1 download |

Thumbnail

Answered
passing structure from matlab workspace to embedded matlab function block
Yes, this can be done. As you mentioned, go into the EditData (Ports and Data Manager) page of the embedded Matlab file. Def...

11 years ago | 0

Solved


How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...

11 years ago