Feeds
질문
Solving Complex Differential Equations System by ode45
Let's define x y symbol. After compute matrix, I have a differential equations system, X'=D. X'=[x';y']. D=[3512+x*y+........
대략 8년 전 | 답변 수: 0 | 0
0
답변질문
extract part of matrix which consist of variables
Suppose that there is a matrix D(x,y)=[x+y ; x-y; x^y] How to extract first row, like D1=x+y? syms x y D=symfun(...
대략 8년 전 | 답변 수: 0 | 0