Feeds
提问
Adding each row of a matrix to another matrix
Is there a linear operation for adding the individual rows of a matrix to another matrix, something like a tensor product but fo...
3 years 前 | 1 个回答 | 0
1
个回答提问
Possible Feedback Function Limitations
My intention is to have multiple non-related transfer functions then perform a unity feedback operation on them, all at once. My...
8 years 前 | 0 个回答 | 0
0
个回答提问
When I use the code syms x; c = coeffs(3*x^2, 'All'); 3*x^2 displays not [3, 0, 0] how can I fix that?
When I use the code syms x; c = coeffs(3*x^2, 'All'); 3*x^2 displays not [3, 0, 0]; how can I fix that? I'm actually wanting to...
10 years 前 | 1 个回答 | 0
