English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have to test a transfere fucntion with this input to use the lsim function...

Time range is define as...
t=1:10;

input function is t square divide by 11, as in (t^2)/11. How do I define this function?

when I put v=(t^2)/11, I get some error about the matrix, saying it should be square matrix... I think it has something to do with the time range but I don't know what to do

Anyone can pls help me out... thank you...

2007-04-01 01:23:26 · 1 answers · asked by Hornet One 7 in Science & Mathematics Engineering

I tried the suggested v=(t.*t)/11

for v, it does works but unfortunately when I run lsim(num,den,t,v) fucntion, it says error, time vector must be evenly spaced... thanks again

2007-04-01 02:53:21 · update #1

1 answers

there is nothing wrong with ur range. Just define the function as v= (t.*t)/11

2007-04-01 02:14:22 · answer #1 · answered by A.Q 1 · 0 0

fedest.com, questions and answers