Feeds
提问
sparse arrays and ODE
Hi all, I am using the ODE solver of matlab. I pass as an input a sparse array but the ODE solver always gives a solution in ...
12 years 前 | 0 个回答 | 0
0
个回答提问
using sparse matrix
Hi all, I have to solve a set of ode. I would like to improve the efficiency using sparse matrices instead of normal ones, bu...
12 years 前 | 0 个回答 | 0
0
个回答提问
Solvind ODE with sudden change od dy/dt function
Hi all, I have a problem. I am trying to solve an ODE with ode45, but the dy/dt function has to change abruptly at a certain t...
12 years 前 | 1 个回答 | 1
1
个回答提问
Complex Matrix interpolation
Hi all, I have a set of N, complex valued 2 dimensional matrices (dimension DxD), "M", that I want to fit with a set of N value...
12 years 前 | 1 个回答 | 0
1
个回答提问
Reduce the numbers of inputs in a numerical function
Hi all, if I have a numerical function f(x,y,z), and given that in my program most of the time x and y are fixed, I would like ...
12 years 前 | 2 个回答 | 0
2
个回答提问
Kron efficiency
Hi all, I have a matlab program whose bottleneck according to the profiler is the kron function. The program basically is a ode...
12 years 前 | 1 个回答 | 0
1
个回答提问
Turn a numeric function into a symbolic one
Hi all, do you know ho to turn a function with numeric input and output into a symbolic function? Thanks!
12 years 前 | 2 个回答 | 0
2
个回答提问
Most efficient ode solver
Hi all, to your knowledge, what is the most efficient general ode algorithm for matlab? Is there a way to parallelize the pr...
12 years 前 | 1 个回答 | 0