Community Profile

photo

Michael Schwager


Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Is the comm.RaisedCosineTransmitFilter stateful?
When I reuse an instance of comm.RaisedCosineTransmitFilter multiple times with the same vector, I get several different results...

7 years ago | 0 answers | 1

0

answers

Question


Check for existence of nested fields
I have a struct with some nested fields, such as cfg.accel.filename, cfg.accel.calibration, cfg.gyro.filename, etc. Sometimes t...

7 years ago | 1 answer | 2

1

answer

Question


Does Matlab create implicit ranges when selecting contiguous portions of a matrix?
(Using Matlab R2015a on Win7x64) I'm implementing a time-domain autocorrelation function which takes an input X and creates t...

8 years ago | 0 answers | 0

0

answers

Question


Why can't I access a structure member directly from a function call?
I have a function which returns a data structure: function data = LoadBinaryOutput() data.member1 = 1234.567; end ...

8 years ago | 2 answers | 0

2

answers