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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0
