Hamza Yusuf
Followers: 0 Following: 0
Estadística
11 Preguntas
0 Respuestas
CLASIFICACIÓN
69.638
of 295.486
REPUTACIÓN
0
CONTRIBUCIONES
11 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
63.64%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.950
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How do i define and extract the MPC constraints?
I have my algorithm I wanna validate against the Matlab constraint generator. There is the function: https://se.mathworks.com/he...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
How do I use methods from a class that works in matlab and use it in simulink?
I have defined a class that works in matlab. I have to instantiate with values and i have 5 different objects. I want these obje...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I convert dates to days?
Let us say I have a series of dates: '01-01-2022', '05-01-2022', '06-01-2022' and I have corresponding data on these dates how ...
más de 2 años hace | 3 respuestas | 0
3
respuestasPregunta
How do i change color in a 3d animated plot over time?
I have this code that animates a 3d plot with the frequency of 100 hz. I want to change the color of it but the current method I...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I turn up my simscape model?
I have added this drone model into simscape: https://drive.google.com/drive/folders/1kB_7mB-6O3j2uFvDQUX_QHTGjmgs_g6z However...
alrededor de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
How do i differentiate Euler-Lagrange equation equation?
The problem; I am deriving the EOM of a drone with 4motors. I am using this math slides (other papers validate it but this one i...
alrededor de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
How do i remove conj from differention?
My first task was to remove conj from my code anytime i transposed and i found posts to help me with it. I know want to how to...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How do i define a variable as a function?
Let us say there is a fucntion theta that is depedent on time: Theta(t); It is in a cos function so: cos(theta(t)) How do i d...
alrededor de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
How to find all double expressions added to a very long formula?
Given a large formula how do i find all expressions multiplied by two terms such as. syms m1 m2 l1 l2 thetadotdot1 thetadotdot...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How can find all expressions multiplied by a certain variable in a long formula?
Let us say we have this big expression: t=m2*l2^2*(thetadotdot1+thetadotdot2)+m2*l1*l2*cos(theta2)*(2*thetadotdot1+thetadot...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I find all expressions added to a large formula?
In maple there is coeff(p, x^n) where you find all x coefficients to the n-th power in the polynomial p. in Matlab there is a co...
alrededor de 4 años hace | 1 respuesta | 0