Deval in solve

Hello everyone!
Is there a function similar to the one from Matlab deval in Julia? the deval function allows to find the value of the obtained solution trajectory at any point of the specified time interval after the program execution.
I work with package DifferentialEquations, use DDEProblem, solve.

Перевод на русский язык:

Есть ли функция, похожая на функцию из матлаба deval, в Julia? функция deval позволяет после выполнения программы найти значение полученной траектории решения в любой точке из заданного временного интервала.

Just act like the solution is a function: sol(t). It’s discussed in here: http://docs.juliadiffeq.org/latest/tutorials/ode_example.html#Handling-the-Solution-Type-1

2 Likes