how to use a subscripted variable in a "depends" statement





Is there a way to use a subscripted variable in a "depends" statement?? See below:



(%i1) depends(i[1],t);
depends: argument must be a symbol; found: i[1]
?-- an error. To debug this try: debugmode(true);


Thank you.