Statistics
RANK
212,856
of 300,364
REPUTATION
0
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
11.11%
VOTES RECEIVED
1
RANK
of 20,934
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
The Goldbach Conjecture
The Goldbach conjecture asserts that every even integer greater than 2 can be expressed as the sum of two primes. Given the eve...
1 month ago
Solved
Raise a polynomial to a power
In Matlab, polynomials are represented by a vector of coefficients. For example, the polynomial p=a*x^2 + b*x + c is represente...
1 month ago
Solved
Ohm’s Law - Calculate Resistance
Ohm’s Law states that resistance R can be calculated as:R=V/I where: V is the voltage (in volts) I is the current (in ampere...
1 month ago
Solved
Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2 3 3 3 4...
1 month ago
Solved
Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...
1 month ago
Question
MPC Reference Dimension Simulink
I am getting an error stating that the reference should have 12 columns, but when I turn on the dimension, it is clear tha...
3 months ago | 1 answer | 0
1
answerQuestion
Error flag for infeasibility in nonlinear mpc.
I am getting the error flag -2 for my nonlinear mpc design despite their being no constraints. If there is no constraints, how i...
10 months ago | 0 answers | 0
0
answersQuestion
Nonlinear MPC hard constraints
Is there a way to make custom inequality constraint functions in the nonlinear mpc functions to be a hard constraint and not a s...
11 months ago | 1 answer | 0
1
answerQuestion
Nonlinear MPC Attitude Control
I have been trying to design nonlinear MPC for attitude control. I put in the code. runsim is the file you need to run, the res...
1 year ago | 0 answers | 0
0
answersQuestion
Spacecraft Dynamics Block not matching intuition
I am using the spacecraft dynamics block in Simulink. I am giving two nonzero moment inputs as shown below in one of the attach...
1 year ago | 1 answer | 0
1
answerQuestion
PX4 Autopilot Trajectory Rather than Waypoint Tracking
https://www.mathworks.com/videos/simulate-and-deploy-uav-applications-with-sil-and-hil-workflows-1653992847786.html The webinar...
1 year ago | 0 answers | 0
0
answersQuestion
Hinfgs Question Control Input Number
When I am using hinfgs I have to tell it the number of measurements and control inputs. I have my system defined with a B matri...
2 years ago | 1 answer | 0
1
answerQuestion
UAV Toolbox Support Package Alternative?
So as shown in the documentation, this package only supports PX4 1.12.3. If I want to use PX4 1.14, would I be able to still jus...
2 years ago | 2 answers | 1
2
answersQuestion
Method of Lines 2D
So I am trying to solve the 2D heat equation with no source term using method of lines. So basically I want an ODE at each grid ...
2 years ago | 1 answer | 0
