photo

SciFiPhysics Guy


Last seen: 3 years ago Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
275,631
of 300,513

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,018

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,480

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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...

9 years ago | 1 answer | 0

1

answer