Statistics
0 Questions
128 Answers
RANK
973
of 298.634
REPUTATION
78
CONTRIBUTIONS
0 Questions
128 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
7
RANK
of 20.631
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 161.859
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
Feeds
How to share outputs of a Button Checker model (slx file) to the other models(other slx files)
Hi @Febina, To resolve this issue you can follow the below approches: Approach 1: You can use a Subsystem Instead of a Model R...
23 dagen ago | 1
Error using Unbalanced load to simulate DC motor rotor imbalance
Hi @M.Sattar, The issue is likely due to a rigid connection between the DC motor and the mechanical load (unbalanced load). Th...
24 dagen ago | 0
MPC Block is not accepting deadtime for its internal plant Model
Hi @ali, The issue you are facing is because the MPC block cannot directly accept models that have a "deadtime". Simulink and...
25 dagen ago | 0
about nonvirtual subsystem,how to solve it
Hi @LIU shengxiang, The error you are observing "Connections of the Physical Network cross nonvirtual boundaries..." is a known...
ongeveer een maand ago | 0
i can't connect to a raspberry pi usb webcam from matlab ??
Hi @JAAFAR AIT M'BAREK, You can refer to the below answer where similar query is addressed https://www.mathworks.com/matlabcen...
ongeveer 2 maanden ago | 0
When DDPG optimizes PID parameters, how do I keep the first 10s of data from the system stabilization phase out of the experienceBuffer?
Hu @Yu, To prevent the first 20 seconds from affecting your reinforcement learning agent in Simulink you can try the below appr...
ongeveer 2 maanden ago | 0
Simulating load profile in Simulink
Hi @Sina Ibne Ahmed, You can add a variable load (residential load profile) using a "1-D Lookup Table" block to represent the l...
ongeveer 2 maanden ago | 0
How do I derive the parameters of the ACIM Control Reference block from the parameters of the Induction Machine Squirrel Cage block?
Hi @中嶋, To set the parameters of the ACIM Control Reference block based on your Induction Machine Squirrel Cage model, you can...
ongeveer 2 maanden ago | 0
| accepted
PV array Simulink PV Graphs
Hi @Micaela, To plot PV characteristics with both varying irradiance and temperature simultaneously, you can use the following ...
ongeveer 2 maanden ago | 0
| accepted
The logical index at position 1 contains a true value outside the array boundary (Error tsVAR/estimate (line 826))
Hi @pula, The issue arises when your code is trying to access elements outside the array limits in "tsVAR/estimate.m (line 82...
3 maanden ago | 0
| accepted
How can I get Simulink Model Linearizer to ignore a state in my model?
Hi @Alejandro, Instead of letting model linearizer automatically select states, manually select only the relevant states (q_bas...
3 maanden ago | 0
Issue with initial value of a controlled variable
Hi @Jude, You can set a nonzero initial value in Simulink by following below approaches: Adjust the "Step" block parameters by...
3 maanden ago | 0
Inc Cond Variable Step Size Questions
Hi @Micaela, I understand that your MPPT function "fcn" behaves differently depending on whether you use "abs()" in the step si...
3 maanden ago | 0
Duty Cycle Capping At .7, Power Output inaccurate
Hi @Micaela, I have noticed that your MPPT algorithm using the Perturb and Observe (P&O) method with a variable step size is ex...
3 maanden ago | 0
How can I create an entity with a signal coming from the departures of a server? in simulink
Hi @john, If you need to create a new entity every time an entity leaves the server, you can follow this approach: Detect When...
3 maanden ago | 0
Can not Autotune PID controller for DC motor with Arduino feedback speed through encoder
Hi @Ahmed Hani, To find the correct PID gains for your system using Simulink's PID Autotuner, you can follow these steps: Befo...
4 maanden ago | 0
Not getting full range of servo when running from Simulink
Hi @lindula, I understand that you are getting the limited servo range (0–70°) instead of the typical 0 –180° may be due to inc...
4 maanden ago | 0
when we are using PWM capture in speedgoat only duty cycle showing correctly remaining all showing wrong values in millions,how to capture correctly?
Hi @EV, I understand that you are seeing very large values for the measured period and yet the duty cycle appears correct. This...
4 maanden ago | 0
How do I import group names when using the Requirements Toolbox's Requirements Editor to import USDM formatted Excel?
Hi @拓志 武藤, To import group names from a USDM-formatted Excel file into the Requirements Toolbox's Requirements Editor, you can ...
5 maanden ago | 0
i need to make optimization using genetic algorithm to reduce the minimum between desired deformation and simulated deformation
Hi @noura, To optimize parameters (Height, Depth, Width) using a genetic algorithm, you can follow these steps: Each iteratio...
5 maanden ago | 0
Counting all NaN for each variable in the table
Hi @Mouhammad Jomaa Alkaseam, To handle and visualize missing data in your wind and wave data set, you can follow these ...
5 maanden ago | 0
How to set zones for long transmission line that are valid for all faults
Hi @A Lumbini, I understand that the digital relay is misclassifying zones during a Line-to-Line (LL) fault because it evaluate...
5 maanden ago | 1
| accepted
Boost Converter Issue: Voltage Decreasing Instead of Increasing in Simscape Solar Model
Hi @Israfil-Cihan, I understand that your boost converter is lowering the voltage instead of increasing it. To troubleshoot ...
5 maanden ago | 0
embedded coder cant generate reuseable function
Hi @chen lan, I understand that Embedded Coder generating multiple functions instead of reusing a single function for your reus...
5 maanden ago | 0
Parameter Estimation of a servo motor does not track well.
Hi @ashanni sonny, I understand that you are facing challenges in accurately modelling the servo motor’s behaviour. The issue s...
5 maanden ago | 0
| accepted
Power measurement (electric motor)
Hi @Jack Daniels, To measure the active power, reactive power, apparent power, and power factor for your three-phase motor simu...
5 maanden ago | 0
Power Electronics Simulation Onramp Model Fidelity Part Bugged
Hi @Furkan, I couldn't able to reproduce the issue, it is working fine from my end. If it still persists you can refer to th...
5 maanden ago | 0
| accepted
C2000 Synchronization of ePWM modules with external signal
Hi @Roberto, To configure ePWM1, ePWM2, ePWM3, and ePWM4 for synchronization using an external signal connected to GPIO40, you...
5 maanden ago | 0
Three phase dynamic load fails earlier than expected
Hi @Despoina Papageorgiou, I understand that you are facing an issue with the Three-Phase Dynamic Load in your Simulink model,...
5 maanden ago | 0
BlockIO output set to zero when multiple blocks are used
Hi @Aaron Troll, I understand you are facing issues with Simulink blocks generated by the IO Device Builder app, where multiple...
5 maanden ago | 0