DmArcher


Actif depuis 2017

Followers: 0   Following: 0

Statistiques

MATLAB Answers

6 Questions
0 Réponses

RANG
193 852
of 301 360

RÉPUTATION
0

CONTRIBUTIONS
6 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
0

RANG
 of 21 241

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 174 151

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

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

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 9 ans il y a | 2 réponses | 0

2

réponses

Question


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

presque 9 ans il y a | 1 réponse | 0

0

réponse

Question


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

presque 9 ans il y a | 3 réponses | 0

3

réponses

Question


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

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 9 ans il y a | 1 réponse | 0

1

réponse