Feeds
질문
error: no matching constructor for initialization of ... and mexFunction
I am trying to wrap a C++ code in matlab using mex interface. However, when following the existing examples about how to constru...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
Matlab ODEs: unable to meet integration tolerances ( using different types of commands for odes)
My ODEs system is: function dydt = SIR1ode(t,y) [params,zeta,mu,IC]=example(2); c1 = params(1); c2= params(2)...
10년 초과 전 | 답변 수: 1 | 0
