統計
MATLAB Answers
0 質問
135 回答
ランク
of 168,040
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
Calculate parameters for Three-Phase Autotransformer with given resistances for series and common winding
Hi @Oliver, To avoid the limitations of the standard model that may result in negative resistances or very uneven sharing of lo...
Calculate parameters for Three-Phase Autotransformer with given resistances for series and common winding
Hi @Oliver, To avoid the limitations of the standard model that may result in negative resistances or very uneven sharing of lo...
4ヶ月 前 | 0
回答済み
Where I can evaluate the internal resistance of a battery pack which is developed in Battery Builder App in Simscape.
Hi @Designer, Method 1:Table-Based Approach Since you are using the Battery Builder app in Simscape, each cell includes a look...
Where I can evaluate the internal resistance of a battery pack which is developed in Battery Builder App in Simscape.
Hi @Designer, Method 1:Table-Based Approach Since you are using the Battery Builder app in Simscape, each cell includes a look...
4ヶ月 前 | 0
回答済み
Rectangular Pulse MATLAB implementation
Hi @Aidan Kelly, From your attached image I understand that the equation represents two rectangular pulses (each of width 5000 ...
Rectangular Pulse MATLAB implementation
Hi @Aidan Kelly, From your attached image I understand that the equation represents two rectangular pulses (each of width 5000 ...
5ヶ月 前 | 0
回答済み
Numerical Integration using Euler and Rk method
Hi @fernando piedra, The issue in your "getder.m" function is that you are using s0 (initial position) instead of the current ...
Numerical Integration using Euler and Rk method
Hi @fernando piedra, The issue in your "getder.m" function is that you are using s0 (initial position) instead of the current ...
5ヶ月 前 | 0
回答済み
how to find normalized centered instantaneous of amplitude,phase and frequency using matlab code?
Hi @edu ab, For digital modulation classification using ANN, you can extract key features like instantaneous amplitude, phase, ...
how to find normalized centered instantaneous of amplitude,phase and frequency using matlab code?
Hi @edu ab, For digital modulation classification using ANN, you can extract key features like instantaneous amplitude, phase, ...
5ヶ月 前 | 0
回答済み
Can Not Use "Variable Time Delay" Module, in a Accelerator Simulink Model.
Hi @Lei Huang, I understand that you are facing an error when using the "Variable Time Delay" block in Accelerator mode.This "...
Can Not Use "Variable Time Delay" Module, in a Accelerator Simulink Model.
Hi @Lei Huang, I understand that you are facing an error when using the "Variable Time Delay" block in Accelerator mode.This "...
5ヶ月 前 | 0
回答済み
Continuation Power Flow does not work correctly
Hi @Hyunmin, I understand that you are trying to implement a continuation power flow method that switches between lambda and vo...
Continuation Power Flow does not work correctly
Hi @Hyunmin, I understand that you are trying to implement a continuation power flow method that switches between lambda and vo...
5ヶ月 前 | 0
回答済み
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...
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...
6ヶ月 前 | 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...
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...
6ヶ月 前 | 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...
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...
6ヶ月 前 | 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...
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...
6ヶ月 前 | 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...
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...
7ヶ月 前 | 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...
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...
7ヶ月 前 | 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...
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...
7ヶ月 前 | 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...
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...
7ヶ月 前 | 0
| 採用済み
回答済み
PV array Simulink PV Graphs
Hi @Micaela, To plot PV characteristics with both varying irradiance and temperature simultaneously, you can use the following ...
PV array Simulink PV Graphs
Hi @Micaela, To plot PV characteristics with both varying irradiance and temperature simultaneously, you can use the following ...
7ヶ月 前 | 0
| 採用済み
回答済み
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...
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...
8ヶ月 前 | 0
| 採用済み
回答済み
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...
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...
8ヶ月 前 | 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...
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...
8ヶ月 前 | 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...
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...
8ヶ月 前 | 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...
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...
8ヶ月 前 | 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...
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...
8ヶ月 前 | 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...
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...
9ヶ月 前 | 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...
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...
9ヶ月 前 | 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...
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...
10ヶ月 前 | 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 ...
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 ...
10ヶ月 前 | 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...
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...
10ヶ月 前 | 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 ...
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 ...
10ヶ月 前 | 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...
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...
11ヶ月 前 | 1
| 採用済み
回答済み
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 ...
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 ...
11ヶ月 前 | 0