Community Profile

photo

Randy Chen


Last seen: más de 1 año hace Con actividad desde 2020

Estadísticas

  • Thankful Level 4

Ver insignias

Content Feed

Ver por

Pregunta


how to find all possible stationary points of a system of nonlinear equations
I stumbled across this seemingly simple problem: I tried using fsolve, but I can only pass in a single initial guess. Is ther...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Question about using the nonlinear model predictive control toolbox
I wonder what type of solvers is used in the nlmpcmove function? I can't seem to find relevant documentations online.

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Array indices must be positive integers or logical values.
I have a few function scripts and a main script. The function scripts can run perfectly without errors when I manually input s...

alrededor de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


the `margin` command gives incorrect gain when comparing to the actual Bode plot
I have a continuous-time tranfser function with delay , and I printed the gain and phase margin as following: [Gm0,Pm0] = mar...

más de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to fix symbolic errors
I have the following function defined that will be used in a main script: function ke = Ke2Diso(E, nu, Xe, Ye) E_matrix = E/...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Need help on Control System Tuner in Simulink
I tried to use control system tuner to tune my PID controllers, but when I was setting step tracking goal, my step input signals...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


need some help on the Linearization tool in MATLAB
According to the documentation for linearize, a linear approximation of a nonlinear plant is returned at the specific operating ...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to extract a transfer function or state space model from a Simulink model
I have built a Simulink model for an inverted pendulum and is attached here. I would like to check the settling time using the s...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


need some help on linearizing the plant model for an inverted pendulum in Simulink
I constructed a Simulink model for an inverted pendulum system according to this tutorial:https://ctms.engin.umich.edu/CTMS/inde...

más de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


curve fit a custom polynomial
I have the following 2nd order polynomial in the r-z coordinates: Right now I have four sets of coordinats (r,z), how shoul...

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to fix the sym/solve error
I get the following error from my code: z = [-6.41 -12.4 2.143 102]; r = [13.58 15.7636 12.96 46.6]; syms A B C D; eq1 = A*r...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


need some help to troubleshoot a "solution not finite" error in Simulink
I'm getting the following error on my Simulink model: I tried changing the initial conditions and reducing the fixed step...

más de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Simulink simulation error: solution not finite
I encountered the following simulation error: I tried reducing the step size in the solver but it doesn't work. How should ...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


need help on trouble shooting my Simulink controller model
I have created a simulink model for an inverted airfoil mounted on a moving cart (very similar to the inverted cart-pendulum). I...

más de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


need some help on modifying my simulink model
I have created a simulink model for an inverted airfoil mounted on a moving cart( similar to the classical cart-inverted pendulu...

más de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Simulink algebraic loop warning?
Can someone please explain what this warning means?

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


simulink modelling vs the actual differential equation
I didn't realize that to model a set of governing differential equations of a dynamical system in Simulink will require some mod...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Simulation error in Simulink
I'm getting these errors for my model in Simulink: I tried to switch to TrustRegion-based algorithm, but it failed after I ...

más de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how to solve this MATLAB solve error?
I'm trying to solve a simple set of linear equations: syms m U2 eqn1 = 0.0004*200*10^6*(-3/4*U2-sqrt(3)/4*0.05)==0; eqn2 = ...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


define parameter values for simscape model
I'm playing around with the inverted pendulum simscape file that comes with MATLAB, but I notice some issues: All the param...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Old-version simscape model cannot run on MATLAB 2020
I downloaded a 2017-version simscape model and attempted to run it on MATLAB 2020, but it keeps giving me this error: I t...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How is the transfer function determined for a PID controller
I'm reading a tutorial on PID controller, and the transfer function for a mass-spring damper system is given as follows: wh...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


converting symbolic function to numerical representation for integration purpose
Below are my codes attempting to compute numerical integrals using Lagrange polynomials clear all nvect=[5,15,30,50]; fcn=@(x...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to solve an equation iteratively?
I need to solve the following equation and get a real number: Below are my codes. When doing this, the solution returned are a...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to plot a function symbolically?
I would like to plot the following function: where g is the only known constant = 9.8. How should I plot this function z(r)...

más de 3 años hace | 3 respuestas | 0

3

respuestas

Pregunta


plotting two legends on the same plot
I have trouble plotting two legends for two lines on the same plot . Here are my codes: p = linspace(0,1,50); v = -290*9.8*log...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to select a row of data from a csv file that is imported into Matlab?
I need to read in a csv file and utilize a function that is built into matlab: [a,ecc,incl,RAAN,argp,nu,truelon,arglat,lonper] ...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


i got some issues trying to integrate a function symbolically
I'm trying to symbolically integrate this function, but it's not working: >> syms x y s >> fun = y/((x-s)^2+y^2); >> int(fun,...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


integrating function from -inf to +inf
I'm trying to integrate the following function from -inf to +inf with repsect to x. fun = @(x) -3.*v.^2 -4.*v.*a./((x.^2+a.^2)...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


contour plot of stream function for a tornado
I have a stream function for a tornado and I watned to plot it using contour function, but it's not working: m1=-3000; m2 = 58...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Cargar más