DmArcher
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
244,743
of 297,303
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,420
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 158,407
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
Feeds
Question
How to extract coefficient of a certain term in Matlab?
For example, syms f1 f2 a pexpansion = f1 - f2 - a*(f1 - f2) + f2/a + a^2*(f1 - f2) - a^3*(f1 - f2) + a^4*(f1 - f2) I w...
8 years ago | 1 answer | 0
1
answerQuestion
How to get all the coefficients of a polynomial with symbolic coefficients?
I tried this syms f1 f2 z a = (f1-f2)*z^2 + f1*z +1 coeffes(a,z,'all') I expected to get [f1-f2, f1, 1]But it reports e...
8 years ago | 2 answers | 0
2
answersQuestion
How to get the reminder of a vector divided by matrices
I try to get the reminder but not sure how to do so. Generally, f(z) = A(z)*fo(z) + r(z), f(z), fo(z), and r(z)are vertical 1 ...
8 years ago | 0 answers | 0
0
answersQuestion
How to get all the coefficients of a polynomial?
I tried the sample from MATLAB documentation but I get something else which is different from the result in the documentation. D...
8 years ago | 3 answers | 0
3
answersQuestion
How to get the transfer matrices for vector transformation?
I want to find a real entry square matrices to transfer one symbolic vector to another symbolic vector which in the form of A*x1...
8 years ago | 1 answer | 0
1
answerQuestion
How to do symbolic mod operation
I try to do mod function with symbolic variables. Is there a way to do something like mod(a+b,b)=a which means that the remi...
8 years ago | 1 answer | 0