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년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0
