photo

Ari


Texas A&M University

Actif depuis 2017

Followers: 0   Following: 0

Message

EDG Intern at MathWorks.
Pursuing Master of Science in Aerospace Engineering from Texas A&M University.

Statistiques

MATLAB Answers

2 Questions
5 Réponses

RANG
2 579
of 300 392

RÉPUTATION
24

CONTRIBUTIONS
2 Questions
5 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
6

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 373

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

  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


Cannot create H2 controller: Error with h2syn
I have a linear plant with 12 states, 16 disturbances, 8 control inputs and 32 outputs. There is sensor noise associated with th...

environ 8 ans il y a | 1 réponse | 0

1

réponse

Question


Symbolic inverse of large matrices
I have a system of differential equations in mass matrix form: |M*x_dot = F| and I want to find out the solution. In my case M a...

environ 8 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Using ode45 for high altitude balloon trajectory: need some variables to update every iteration and need to plot altitude vs time.
For variables that change with time or state you should put their calculations inside the function |xp|. In your case, your stat...

plus de 8 ans il y a | 1

| A accepté

Réponse apportée
Compare the rows of two cell arrays?
It will be a good idea to convert the cell arrays to numeric matrices before doing the comparison. The following line of code wi...

plus de 8 ans il y a | 0

Réponse apportée
Not showing the right set of linearly independent eigenvectors
To compute eigenvalues, the |eig| function tries to minimize |A*V - V*D| to numerical precision of double. Since |eig| uses floa...

plus de 8 ans il y a | 2

| A accepté

Réponse apportée
Plotting equations in 3D
Your equation x^2 + y^2 + z^2 = 1 resembles a surface and can be plotted with the fsurf command in MATLAB which will need your f...

plus de 8 ans il y a | 3

| A accepté

Réponse apportée
CSV file import in Matlab
The function _textscan_ returns data into a string or cell array, and when you have multiple rows in your csv files it will retu...

plus de 8 ans il y a | 0