shifting function in Matlan

Status
Not open for further replies.

Alexiss

Newbie level 3
Joined
Jan 24, 2013
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Visit site
Activity points
1,298
Helle there,

Can anyone please tell me what function can be used to shift a graph in matlab to right or left?
 

try these code:
>> [Y,T] = step(sys);
>> plot(T,Y)
>> plot(T,Y+1)
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…