photo

Kothuri


2024 年からアクティブ

Followers: 2   Following: 0

統計

  • Knowledgeable Level 2
  • 3 Month Streak
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
SVPWM and ePWM Switching pattern, BLDC Sensorless Parameter Estimation.
Hi Bhagyesh, For generation of 6 step switching pattern, you can use the "Six Step Commutation" block to generate switching seq...

15日 前 | 0

回答済み
Simulink FastRestart doesnt change output
Hi Marcus Heßeling, The issue you are facing is because in Fast Restart it is not reinitializing parameters that are changed in...

15日 前 | 0

回答済み
Using the command window as a serial monitor for arduino
Hi Oscar, In the above code, "while(1)" will cause an infinite loop and causes issue. And for plotting the data, you can pred...

15日 前 | 0

回答済み
Specialized Power Systems in an S-function (C code generation)
Hi Franco Huidobro Bandala, The workflow you proposed is feasible and you can try the below steps: For building the electrical...

16日 前 | 0

| 採用済み

回答済み
Can I use knobs to control several elements from the same injected struct?
Hi Ayodeji, Yes, you can use knobs to control several elements from the same injected struct in Simulink. You can follow the ...

16日 前 | 0

回答済み
Simulink Profiler and its total time
Hi Hafsa Hamidane, The Simulink Profiler measures the total execution time for the simulation and the execution time for each m...

16日 前 | 0

回答済み
Specify the TI F280x installation folder
Hi Shuxuan, The error you are facing is due to the path expected by the Hardware Setup tool is different from the path specifie...

17日 前 | 0

回答済み
How to use ePWM7 to ePWM12 of F28379D using Matlab Simulink
Hi Tharun, The F28379D supports 12 ePWM modules which are not directly available from the ePWM pins to external connectors. But...

27日 前 | 0

回答済み
speed and position control of dc motor through stm microcontroller
Hi Abdul, You can refer the below File Exchange links on Speed and position control of DC Motor https://www.mathworks.com/matl...

約1ヶ月 前 | 0

回答済み
Issue with Adaptive MPC in Simulink Using Online Pure Pursuit for Reference Path Generation
Hi Danus, You can try the below steps to rectify the issue: Ensure that the dynamically generated path is updated at the same ...

約1ヶ月 前 | 1

| 採用済み

回答済み
Simulink / Simscape Corrugated Pipe
Hi Ege Karaahmet, To accurately model a corrugated hose in a 1 dimensional two-phase fluid network, you can follow the below st...

約1ヶ月 前 | 0

| 採用済み

回答済み
Can I implement a reflection wave behavior of a microstrip line in Simulink
Hi 翰文, The issue with your simulation setup mostly relates to the configuration of the RF Blockset in Simulink and how the micr...

約1ヶ月 前 | 0

回答済み
Simulation of a Fuel Cell Hybrid Vehicle ( Fuel Cell + Battery only )
Hi Bhasker, The errors you are encountering while attempting to run the Fuel Cell Hybrid Vehicle (FCV) model in MATLAB/Simulink...

約1ヶ月 前 | 0

回答済み
Varying over the horizon constraint on linear combination of inputs for linear MPC
Hi SpyrosTar, MATLAB's Model Predictive Control Toolbox supports constraints on linear combinations of inputs (manipulated vari...

約1ヶ月 前 | 0

回答済み
Error with design MPC
Hi rowida said, The error encountered is due to the Simulink model cannot be linearized around the operating point as the model...

約1ヶ月 前 | 0

回答済み
Direct feedthrough MPC Design
Hi David Arenes, The warning you are seeing indicates "direct feedthrough" from the manipulated variables (MVs) to the outputs ...

約1ヶ月 前 | 0

回答済み
how to understand and combine simscape pump performance curves
Hi Muhammad Ali, To combine the pump performance curves into one graph and interprete the relationships between head, efficienc...

約1ヶ月 前 | 1

回答済み
hello every one , i am working on Vehicle Path Tracking Using Model Predictive Control (MPC), i downloaded the code but when i run the MATLAB i face this error
Hi kani muhamed, The errors you are facing while running the code for Vehicle path tracking using MPC can be resolved by follow...

約2ヶ月 前 | 0

回答済み
How to include a measured disturbance (ambient temperature and solar radiation) in MPC simulink?model
Hi Maniprasad Sundaramoorthy, To include measured disturbances such as ambient temperature (Ta) and solar radiation (Qsolar) in...

約2ヶ月 前 | 0

回答済み
Implementing Process Control for Heat Exchanger Networks in MATLAB
Hi Soon Lee, To dynamically model a "Heat Exchanger Network(HEN)", you can use both "MATLAB scripts" and "Simulink". Simulink i...

約2ヶ月 前 | 0

回答済み
Error search for PV system modelling in Simscape: Problems with the solar module configuration
Hi Israfil-Cihan , The values you have entered for configuring the "Solar cell" seem correct. Here are the few steps you can fo...

約2ヶ月 前 | 1

| 採用済み

回答済み
Clarification on the Use of beta_Voc_pc Parameter in the official PV Array Module
Hi jinxia zhang, Answer 1: In the official PV array module within MATLAB/Simulink, the “beta_Voc_pc” parameter, which stands...

2ヶ月 前 | 1

回答済み
Force measurement using a spherical joint
Hi 석준, When simulating a Stewart platform in “Simscape”, especially when measuring forces at the joints, it's crucial to ensu...

2ヶ月 前 | 0

回答済み
Can I load the Rectangular Waveguide with a dielectric fill?
Hi Brian LaRocca, In Antenna Toolbox, the “rectangular waveguide” model does not directly provide a built-in option to specif...

2ヶ月 前 | 0

回答済み
sizing of energy management systemwith( EMS) with V2G, how to start do this project how to get the equations by matlab coding
Hi Ahmed, I understand that you are trying to implement V2G functionality using MATLAB. However, Designing and sizing an En...

2ヶ月 前 | 0

回答済み
I am working with c2000 f28379d. In "external mode ", if I set 1 second for LED BLINK, I am getting the same result. But "connected IO mode" fails . How to synchronize.
Hi ARUN, Connected I/O mode and External mode operate differently in terms of how they communicate with the hardware and hand...

2ヶ月 前 | 0

回答済み
Creating a Time-Varying RLC Custom Load Component in MATLAB Simulink
Hi Omar Nait Mensour, To connect the custom RLC dynamic load component with other components from Specialized Power Systems lib...

2ヶ月 前 | 0

回答済み
I am unable to interface Arduno and simulink with Rhino BLDC motor driver setup to control speed.
Hi Prateek, For open-loop speed control of a BLDC motor using an Arduino Mega 2560 in Simulink, you can follow the below step...

3ヶ月 前 | 0

回答済み
Plot trajectory generated by the Driving Scenario Designer
Hi Rajini, To plot the simulation of a vehicle's trajectory over time in a 2D graph using Simulink and the Driving Scenario D...

3ヶ月 前 | 0

回答済み
Valid format input to HRPWM module duty cycle control in F28388D
Hi Lior Ben Yehuda, The “HRPWM” block in the C2000 support package with Simulink can typically handle floating-point numbers ...

3ヶ月 前 | 0

さらに読み込む