Feeds
질문
Converting symfun to function handle
Hi. In this answer I found a partial solution to my answer, but not quite. I have a symfun such as syms a(t) b(t) eq = a*b; N...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
Function with multiple inputs to function with vector input
In this answer, I found my problem and a partial answer. However, In my case, I have a f = @(z1, z2, ..., zn) ... and I would...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
Size of vector of abstract symbolic functions
Hello. I tried to define two abstract symbolic functions and put them in an array: syms a(t) b(t) c = [a;b] However, when I t...
대략 3년 전 | 답변 수: 2 | 0
