Ari
Texas A&M University
Followers: 0 Following: 0
EDG Intern at MathWorks.
Pursuing Master of Science in Aerospace Engineering from Texas A&M University.
Statistica
RANK
2.509
of 295.527
REPUTAZIONE
24
CONTRIBUTI
2 Domande
5 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
6
RANK
of 154.057
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
circa 7 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 7 anni fa | 1 risposta | 0
1
rispostaUsing 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...
oltre 7 anni fa | 1
| accettato
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...
oltre 7 anni fa | 0
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...
oltre 7 anni fa | 2
| accettato
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...
oltre 7 anni fa | 3
| accettato
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...
oltre 7 anni fa | 0