photo

Gordon


Moog

Last seen: 5 years ago Active since 2015

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

1 Question
1 Answer

File Exchange

1 File

RANK
20,904
of 300,369

REPUTATION
2

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
16,579 of 20,936

REPUTATION
6

AVERAGE RATING
0.00

CONTRIBUTIONS
1 File

DOWNLOADS
1

ALL TIME DOWNLOADS
68

RANK

of 168,436

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 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...

9 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

10 years ago | 1 download |

0.0 / 5

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 ...

10 years ago | 1