Community Profile

photo

Gordon


Moog

Last seen: 4 years ago Active since 2015

Followers: 0   Following: 0

Message

Statistics

All
  • First Review
  • First Submission
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


How can I programmatically get the dimensions of a Simulink signal?
I would like to save a large Simulink bus to a file as an array instead of a time series because the model then runs about 2 tim...

8 years ago | 1 answer | 0

1

answer

Submitted


Find_Variable(var_to_search, value_to_find)
Looks through a structure or the base workspace to find variables equal to a value you specify

8 years ago | 1 download |

Answered
How can I have MATLAB find and replace text in a MS Word document
Tried this code and it works. Corrected one typo though. Code should be: Word = actxserver('Word.application'); Wrod.Visible ...

9 years ago | 1