patr chri
Followers: 0 Following: 0
Estadística
15 Preguntas
4 Respuestas
0 Problemas
1 Solución
CLASIFICACIÓN
13.552
of 295.467
REPUTACIÓN
3
CONTRIBUCIONES
15 Preguntas
4 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
101.735
of 153.912
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...
alrededor de 2 años hace
Transition from one condition to another with a certain pattern - Simulink
I found the answer, weighing factors can be used! In other words applying a step3 function from 0 to 1 on the starting curve and...
más de 2 años hace | 0
| aceptada
Pregunta
Transition from one condition to another with a certain pattern - Simulink
Hi, I have a switch case block with which I am "enabling" different subsystems which represent different conditions of a system...
más de 2 años hace | 2 respuestas | 0
2
respuestasHow to delay a state derivative using ode solvers in MATLAB
For people with similar questions, one way to approach the solution to this loop is to use a dummy first-order-delay ode. For th...
más de 2 años hace | 0
| aceptada
Pregunta
How to delay a state derivative using ode solvers in MATLAB
Hello, I would like to ask how it is possible to add a delay on the derivatives of the states that are being used inside a set ...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
How to iteratively increase the number of power operations
Hello, I want to write a loop in which I will iteratively increase the number of power operations I do. For example: Loop ...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Is it possible to create swept sine wave in Simulink?
Hello, I would like to create a sine wave 0-4 Hz in Simulink. How could I do that?
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Why do we have to provide the jacobians at the Non-linear MPC of Matlab?
Hello, this is more of a theory question but I would greatly appreciate if you could cite good sources with the theory behind m...
más de 4 años hace | 0 respuestas | 1
0
respuestasPregunta
Question regarding the NMPC example of the pendulum
Hello, I was looking at the NMPC example of the pendulum (https://www.mathworks.com/help/mpc/ug/swing-up-control-of-a-pendulum-...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
How to measure time that fmincon takes to extract one solution from a NMPC running in Simulink
I am running a Non-linear MPC at Simulink and I would like to know if it is possible to measure the computational time it takes ...
más de 4 años hace | 0 respuestas | 0
0
respuestasHow to count how many times a nested function is being called during fmincon
I found the answer by looking at this topic: https://www.mathworks.com/help/matlab/math/output-functions.html
más de 4 años hace | 0
| aceptada
Pregunta
Plot3 with different colors depending on the value of Z
I am trying to create something like a contour plot but only with vectors. To be more specific, I have 3 vectors of equal length...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to count how many times a nested function is being called during fmincon
Hello, I am working with a Non-linear MPC and I am using fmincon for the optimization. The NMPC runs in Simulink and currently ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to see at each iteration the results of fmincon
Hello, I am using a Non linear MPC formulation for my problem, but I would like to check the results of fmincon at each iterati...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Running two control systems with different rates
Hello, I have a relatively general question. I have two control systems that communicate with each other (one feedforward con...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
How to store dynamically an array in a For iterator Simulink Subsystem
Hello, I have this simple system: The code in the function is: function a = fcn(iteration,a) a(1,iteration) = iteration;...
más de 4 años hace | 1 respuesta | 0
1
respuestaVector type output from MATLAB function in Simulink - Errors
The issue was that I hadn't declared an else/elseif in the if statement so Simulink didn't know what to do if the statement wasn...
más de 4 años hace | 1
| aceptada
Pregunta
Vector type output from MATLAB function in Simulink - Errors
Hello all, I have been trying to work out how to implement a vector of any size (1xn) with MATLAB functions in Simulink. For ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Curve Fitting for non-continuous data with infinity
Hello, I am currently doing some experiments with a SLS/SLM machine in which I measure the width of the product of the experi...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Checking parts of different sizes of a vector for ones
Hello, I am trying to check if parts of different sizes of a vector are equal to ones' vector of the part's size. Let me be ...
alrededor de 8 años hace | 1 respuesta | 0