![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10405745_1498746036234.png)
Ari
Texas A&M University
2017 年からアクティブ
Followers: 0 Following: 0
EDG Intern at MathWorks.
Pursuing Master of Science in Aerospace Engineering from Texas A&M University.
Feeds
質問
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...
7年以上 前 | 1 件の回答 | 0
1
回答質問
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...
7年以上 前 | 1 件の回答 | 0
1
回答回答済み
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...
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...
7年以上 前 | 1
| 採用済み
回答済み
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...
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...
7年以上 前 | 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...
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...
7年以上 前 | 2
| 採用済み
回答済み
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...
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...
7年以上 前 | 3
| 採用済み
回答済み
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...
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...
7年以上 前 | 0