Feeds
提问
Loading a .mat file as a cell and without changing its size
I have a large cell array in a .mat file which I want to load into the code. But when I write data = load('temp.dat'); data i...
4 years 前 | 2 个回答 | 0
2
个回答提问
Simulink transfer function matrix
I have one delay transfer function which should be applied to all inputs. I tried using an LTI block with the number of columns ...
4 years 前 | 1 个回答 | 0
1
个回答提问
What is the difference between v(i):v(j) and v(i:j)?
I was trying to refer the consective elements in an array within a loop. When I used v(i):v(j) MATLAB stopped giving an array ou...
4 years 前 | 2 个回答 | 0
