Create Symbolic Function from Double Vector MATLAB

31 views Asked by At

I have a 1 by T double vector X, where T = length(X) is the number of timesteps. I would like to fit a symbolic time dependent function sym F(t) to this vector. What is the most efficient way to do this in MATLAB?

0

There are 0 answers