Feeds
提问
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 前 | 0 个回答 | 1
0
个回答提问
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...
8 years 前 | 1 个回答 | 2
1
个回答提问
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...
9 years 前 | 0 个回答 | 0
0
个回答提问
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 ...
9 years 前 | 2 个回答 | 0