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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0
