photo

Sydney Lang


Last seen: 8 months ago Active since 2020

Followers: 0   Following: 0

Statistics

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

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

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

4 years ago | 1