Hello, I'm a new user of Wolfram Mathematica, I don't understand why the "interpolation" function is producing different results given the code below?
Every time you call RandomReal it generates new values by default. If you need the same sample for both Inputnoise and i2 you can store the Table in a variable and then use it repeatedly.
RandomReal
Inputnoise
i2
Table
The symbolic variable {t} will be substituted for numeric value by other functions such as plot or Table, but thanks, I resolved the issue @Rohit Namjoshi
Thanks, I totally overlooked that @Gianluca Gorni