Randy Chen
Followers: 0 Following: 0
統計
37 質問
0 回答
ランク
of 152,147
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Unexpected behavior resulting from the Three-Phase-Fault block in my simulated circuit (Simulink)
Hi all, I am simulating a circuit with a 3-phase fault inserted as shown here: My goal is to simulate the fault at diff...
2ヶ月 前 | 0 件の回答 | 0
0
回答質問
Error encountered in the Deep Signal Anomaly detector while running the official SIMULINK example
Hi all, I am runnining this official Simulink example here: fault_localization in 3-phase power line. I had a somewhat dif...
3ヶ月 前 | 1 件の回答 | 0
1
回答質問
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...
2年弱 前 | 1 件の回答 | 0
1
回答質問
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.
2年弱 前 | 1 件の回答 | 0
1
回答質問
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...
2年以上 前 | 0 件の回答 | 0
0
回答質問
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...
3年弱 前 | 0 件の回答 | 0
0
回答質問
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/...
3年弱 前 | 1 件の回答 | 0
1
回答質問
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...
3年弱 前 | 1 件の回答 | 0
1
回答質問
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 ...
3年弱 前 | 1 件の回答 | 0
1
回答質問
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...
3年弱 前 | 1 件の回答 | 0
1
回答質問
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...
3年弱 前 | 0 件の回答 | 0
0
回答質問
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...
3年弱 前 | 2 件の回答 | 0
2
回答質問
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...
3年弱 前 | 1 件の回答 | 0
1
回答質問
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...
3年弱 前 | 0 件の回答 | 0
0
回答質問
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 ...
約3年 前 | 1 件の回答 | 0
1
回答質問
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...
約3年 前 | 0 件の回答 | 0
0
回答質問
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...
約3年 前 | 0 件の回答 | 0
0
回答質問
Simulink algebraic loop warning?
Can someone please explain what this warning means?
約3年 前 | 1 件の回答 | 0
1
回答質問
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...
約3年 前 | 1 件の回答 | 0
1
回答質問
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 ...
約3年 前 | 0 件の回答 | 0
0
回答質問
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 = ...
約3年 前 | 1 件の回答 | 0
1
回答質問
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...
約3年 前 | 1 件の回答 | 0
1
回答質問
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...
約3年 前 | 1 件の回答 | 0
1
回答質問
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...
3年以上 前 | 1 件の回答 | 0
1
回答質問
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...
3年以上 前 | 1 件の回答 | 0
1
回答質問
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...
3年以上 前 | 1 件の回答 | 0
1
回答質問
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)...
4年弱 前 | 3 件の回答 | 0
3
回答質問
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...
4年弱 前 | 1 件の回答 | 0
1
回答質問
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] ...
4年弱 前 | 1 件の回答 | 0
1
回答質問
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,...
4年弱 前 | 1 件の回答 | 0