Hi, good morning everybody. The number of variables to manipulate is a variable itself, I need to generate the second argument of Manipulate with a Table. How can it be done? Something like:
Manipulate[X,Table[{X[[i]],Xmin[[i]],Xmax[[i]]},{i,1,n}]]
where X is a vector with n variables and Xmin and Xmax are vectors with minimum and maximum ranges.