Statistica

MATLAB Answers

0 Domande
2.040 Risposte

RANK
41
of 300.369

REPUTAZIONE
4.852

CONTRIBUTI
0 Domande
2.040 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
1.033

RANK
 of 20.936

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

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

Visualizza badge

Feeds

Visto da

Risposto
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...

3 giorni fa | 0

Risposto
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...

3 giorni fa | 0

Risposto
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...

3 giorni fa | 0

Risposto
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 ...

5 giorni fa | 0

Risposto
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...

5 giorni fa | 0

| accettato

Risposto
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...

6 giorni fa | 0

Risposto
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...

6 giorni fa | 0

Risposto
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...

12 giorni fa | 1

Risposto
[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...

16 giorni fa | 0

| accettato

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

20 giorni fa | 0

Risposto
"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...

22 giorni fa | 0

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

28 giorni fa | 1

| accettato

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

29 giorni fa | 0

| accettato

Risposto
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...

circa un mese fa | 1

Risposto
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 ...

circa un mese fa | 0

| accettato

Risposto
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...

circa un mese fa | 1

| accettato

Risposto
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 ...

circa un mese fa | 3

Risposto
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...

circa un mese fa | 0

Risposto
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...

circa un mese fa | 0

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

circa 2 mesi fa | 1

Risposto
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...

circa 2 mesi fa | 0

Risposto
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...

circa 2 mesi fa | 1

Risposto
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...

circa 2 mesi fa | 0

Risposto
how to control the transparency of quiver
Hi @lang Because you have sufficient and relatively large data, you can try the sampling method shown below: load('S.mat', 'S'...

2 mesi fa | 0

| accettato

Risposto
I need Matlab for theoretical physics course/research projects. I am uncertain about which products/toolboxes to get.
Hi @Ansh If you need to analyze theoretical and experimental data with uncertainties in measurements and to model complex physi...

3 mesi fa | 1

Risposto
how do I calculate "to raise to the power of" in a matlab fuction in simulink when the exponent is not an integer?
Hi @Carlos Thanks for the update. Which specific method did you use? Was it ? Regardless of the method employed, you should be ...

3 mesi fa | 1

| accettato

Risposto
how to use Transfer Fcn
Hi @饕餮王 (Mr. Taotie) I do not intend to provide an in-depth tutorial on the topic of Integral Transform. The variable is a com...

3 mesi fa | 1

| accettato

Risposto
How to iteratively solve when equations are dependent on each other.
Hi @John You can specify the range so that 'vpasolve' searches the solution in that region. load('Sigma_ysrtM.mat') load('T_o...

3 mesi fa | 1

| accettato

Risposto
having error while running fuzzy controller and fuzzy set of matlab 2017 in matlab 2023?
All five membership functions of Input 2 are defined in the range [-1, 1]. However, when Input 2 has a value of -1.77138 that is...

3 mesi fa | 0

Carica altro