Answered cross correlation matrix
XCORR should be helpful and the <http://www.mathworks.com/help/toolbox/signal/xcorr.html doc> page has all the info required wit...
14 years ago | 0
Answered Simulink Subsystems
I cannot think of a way to stop simulation of one part of a Simulink model while the other is running - doesn't seem to follow m...
Answered combine multiple text files into one text file
I prefer to use <http://www.mathworks.com/help/techdoc/ref/textread.html TEXTREAD> in such cases. You could pass in different fi...
14 years ago | 0
Answered Reverse matrix position
Accessing row values in the reverse order will get you there:
x(end:-1:1,:)
14 years ago | 0
| accepted
Answered Why do I get zero?
The next highest floating point number representable relative to the current number is probably the issue here. Please read furt...
Answered Simulink Fixed Point Advisor
The Fixed-point advisor can only be used from a model or subsystem in the model that is not linked to a library. If your model c...
Answered Print Function - Error
The error message seems to suggest that the file name is incomplete.
??? Error using ==> inputcheck at
34
Multiple i...