the output of the system as a function of time t could be given by something like h(t) = cos(8t)+ cos(9t). (3.1) You can represent h(t) at the command line by creating an inline object as fol- lows: [...]
Answer
h = inline( ’cos(8*t) + cos(9*t)’ );
Tags
#matlab #programming
Question
the output of the system as a function of time t could be given by something like h(t) = cos(8t)+ cos(9t). (3.1) You can represent h(t) at the command line by creating an inline object as fol- lows: [...]
Answer
?
Tags
#matlab #programming
Question
the output of the system as a function of time t could be given by something like h(t) = cos(8t)+ cos(9t). (3.1) You can represent h(t) at the command line by creating an inline object as fol- lows: [...]
Answer
h = inline( ’cos(8*t) + cos(9*t)’ );
If you want to change selection, open original toplevel document below and click on "Move attachment"
Parent (intermediate) annotation
Open it the output of the system as a function of time t could be given by something like h(t) = cos(8t)+ cos(9t). (3.1) You can represent h(t) at the command line by creating an inline object as fol- lows: h = inline( ’cos(8*t) + cos(9*t)’ );
Original toplevel document (pdf)
cannot see any pdfs
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised on
scheduled repetition
scheduled repetition interval
last repetition or drill
Details
No repetitions
Discussion
Do you want to join discussion? Click here to log in or create user.