Statistics

MATLAB Answers

0 Questions
2.046 Answers

RANK
41
of 300.471

REPUTATION
4.866

CONTRIBUTIONS
0 Questions
2.046 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1.038

RANK
 of 21.010

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169.201

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 4
  • Most Accepted 2024
  • 36 Month Streak
  • Guiding Light
  • Knowledgeable Level 5
  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Answered
Can I map a torque input to a braking pressure?
Hi @Leonardo I cannot provide the physical explanation of how the student author derived the model. Mathematically, the 1st-ord...

ongeveer 19 uur ago | 0

Answered
Can MATLAB ANFIS handle multiple outputs (n responses) from two inputs in a single model, or must separate ANFIS models be built for each output?
Hi @Girinath Fuzzy systems can handle multiple‑input multiple‑output (MIMO) processes, provided the then‑side outputs share the...

ongeveer 20 uur ago | 0

Answered
Problem in plotting the system of fractional equations
Hi @Amal Matrafi, Have you considered using the Oustaloup recursive approximation to simulate fractional differential equation...

8 dagen ago | 0

Answered
Extracting coefficients from symbolic expression
Hi @Ali Kiral The expression of the determinant is very long. Perhaps you can try this approach. syms P121 P131 P151 syms P12...

11 dagen ago | 0

| accepted

Answered
How to design controller for coupled 2 input 2 output system?
Hi @Eric Perhaps you can try this control architecture. With this approach, the PID controllers can be designed for plants G11 ...

11 dagen ago | 0

Answered
How do I plot a graph with the grid for trig functions with 0 ≤ x ≤ 2π
Hi @Sean You have likely not yet looked up the plot() function. There are several examples. help plot

11 dagen ago | 0

Answered
I want to ask about PSS and SSSC optimization for grid with DFIG
Hi @Thuong When the response is stable but exhibits a DC offset, compensating the bias with integral action on the error signal...

16 dagen ago | 0

Answered
Infinite response. While using it with discrete vehicle model.
Hi @Sebastian Assuming the physical modeling blocks were constructed correctly in Simulink, use knowledge of 4DOF vehicle dynam...

16 dagen ago | 0

Answered
fuzzy logic tool not installed?
Hi @muhammad If you are sure that the Fuzzy Logic Toolbox is installed but its functions are inaccessible, the issue is most li...

16 dagen ago | 0

Answered
Layer-structure prediction of fitrnet not yielding same answer as predict(Model,input)
Hi @Kevin If you want to use the satisfactorily trained neural network models with standardized inputs, you will need to apply ...

18 dagen ago | 0

Answered
Layer-structure prediction of fitrnet not yielding same answer as predict(Model,input)
Hi @Kevin The reason for the discrepancy is that you have set "Standardize" to true, which standardizes the predictor data by c...

18 dagen ago | 0

| accepted

Answered
help with a heat map
Hi @Camila Perhaps this heatmap will help you to understand the data visually. In the strictest definition, a heatmap is a tabu...

18 dagen ago | 0

Answered
which is actually dynamic voltage restorer with fuzzy logic controller for voltage stabilization. if then rules for fuzzy logic.can u explain this? i dont understand
Hi @Faria The reason it doesn't work is that you have used the fuzzy rules designed for tipping in restaurants in the US, based...

19 dagen ago | 0

Answered
here is the problem in fuzzy logic controller i dont understand how to fix flc in simulink and sort out this problem.
Hi @Faria I have duplicated your problem here. You can follow @Umar's suggestions to resolve the issue. If they don't work or d...

24 dagen ago | 1

Answered
[Reddit Cross Post] Filtering results with small divergence
Are you looking for something like this % Case 1 Q = [100 100 100 200 205]; Qu = unique(Q) or something like this? % Cas...

29 dagen ago | 0

| accepted

Answered
Programming wave dispersion equation
An approach that directly use the solve() function. syms lambda positive % parameters T = 10; h = 0.2; g = 9.81; ...

ongeveer een maand ago | 0

Answered
"Not Enough Input Arguments" Error Calling ODE45
Hi @Henry The quarter car system has four states: {P1, P2, V1, V2}. When using the ode45 solver, it is necessary to supply four...

ongeveer een maand ago | 0

Answered
I want Louvain algorithm
Hi @juvanni You can find the algorithm here. https://github.com/GenLouvain/GenLouvain/blob/master/genlouvain.m There are also...

ongeveer een maand ago | 1

| accepted

Answered
LTI and export to Matlab in ControlDesignOnrampwith Simulink
Hi @Thi Select the "Step" here.

ongeveer een maand ago | 0

| accepted

Answered
Where is the algebraic loop coming from?
Hi @Sergei Unmasking the 'FIFO' and 'toRAM_interface' blocks allows you to observe the signal dependence and identify the algeb...

ongeveer een maand ago | 1

Answered
Please i need to plot 3 dimension figure with (x axis is x, y axis is gamma function) and z axis is value of u for this simple attached relation
Hi @Tarek, @T K For complex equations, I tend to use a symbolic approach because it allows me to verify their correctness. You ...

ongeveer 2 maanden ago | 0

| accepted

Answered
How can I minimise or eliminate overshoot from PI controller?
Hi @Zachary In theory, a smooth transient change in the torque demand should be able to reduce the overshoot. Case 1: Step tor...

ongeveer 2 maanden ago | 1

| accepted

Answered
Can someone help me to obtain the FRF curve and plot the curve?
The beam data and load parameters are provided. Logically, by using the effectstifmass() function, the beam input data are used ...

ongeveer 2 maanden ago | 3

Answered
Linearization of lookuptable of any dimen sion
Hi @Gabriele If my understanding is correct, the reason it linearizes the Lookup Tables to zero is that such blocks are classif...

ongeveer 2 maanden ago | 0

Answered
Bug in Simulating Automatic Climate Control Systems simulink example
Hi @Tommaso The reason the heater does not turn on is that the thermometer clearly indicates the initial air temperature in the...

ongeveer 2 maanden ago | 0

Answered
Have a question regarding Cumtrapz
Hi @Govind Sankar Madhavan Pillai Ramachandran Nair cumtrapz() is used to approximate the cumulative trapezoidal numerical inte...

ongeveer 2 maanden ago | 1

Answered
How can I solve a problem that is related to Fuzzy Logic Designer
Hi @ali To tune an initially-designed fuzzy controller using the app, you can generally follow the five simple steps outlined b...

2 maanden ago | 0

Answered
Please help explain it
Hi @Jennifer I believe you have learned how to plot graphs from your Professor. So, I will proceed directly to demonstrating ho...

2 maanden ago | 1

Answered
Using the PID Tuner to read excel data
Hi @Brandon The PID tuner can only tune single-input, single-output (SISO) linear time-invariant (LTI) dynamical system objects...

2 maanden ago | 0

Load more