photo

SelDen


Last seen: 1 year ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

2 years ago | 2 answers | 0

2

answers

Question


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 ...

2 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 2 answers | 0

2

answers