photo

Sydney Lang


Last seen: 2 months ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
2 Answers

RANK
22,334
of 300,603

REPUTATION
2

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
 of 21,028

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,786

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

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Answered
Plot sinusoid equation of x(t)
You haven't defined t. If you do, the code works. Additionally you haven't mentioned where this error occurs. I assume its comi...

3 years ago | 0

Question


How do you elegantly load dynamic variables into a cell array?
I have a chain on outputs coming out of Simulink. The order of the outputs matter, hence the numbering. When working with it ...

3 years ago | 1 answer | 0

1

answer

Answered
How to change output from column to row?
I'm not quite sure what you're doing with the reshape. Use the .' notation to transpose a matrix x = 1 2 3 x = ...

5 years ago | 1