Feeds
已回答
When testing function, output is same size and class as inputs, but during parameter fitting I receive error: Custom equations must produce an output vector, matrix, or array that is the same size and shape as the input data.
I got the same error message when I was trying to combine two sets of data into a single column vector. I tried both x=[x,x], y=...
When testing function, output is same size and class as inputs, but during parameter fitting I receive error: Custom equations must produce an output vector, matrix, or array that is the same size and shape as the input data.
I got the same error message when I was trying to combine two sets of data into a single column vector. I tried both x=[x,x], y=...
5 years 前 | 0
提问
usol(x) = [ empty sym ] for using dsolve with the following nonlinear 3rd oder ODE
I am trying to solve this 3rd order nonlinear ode using symbolic solver and it returned usol(x) = [ empty sym ]. Can someone h...
8 years 前 | 1 个回答 | 0



