Statistiques
RANG
1 018
of 300 381
RÉPUTATION
74
CONTRIBUTIONS
0 Questions
112 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
11
RANG
of 20 941
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A résolu
Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...
5 mois il y a
A résolu
Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...
5 mois il y a
How to open Variant Manager via Matlab Command
Hi @Sebastian, Simulink does not provide a dedicated, documented MATLAB-command that pops up the Variant Manager window. You c...
5 mois il y a | 0
| A accepté
Matalb convolutional encoder and decoder
Hi @Khawaja Muhammad Hussain, You can refer the below links for more info on: File Exchange example: https://www.mathworks.co...
5 mois il y a | 0
rotary encoder in simulink
Hi @john white, If you have a physical incremental encoder (with A/B outputs) wired to a target board, you can use the Quadratu...
5 mois il y a | 0
Pulse Generator(mask) in Simulink
Hi @HARSH THAKAR, You can get the Pulse Generator block in simulink from "Library Browser / Simulink / Sources". Below is the ...
5 mois il y a | 0
batch size in NARX model
Hi @tony gian, The NARX‐training algorithm uses the entire dataset in each training epoch (i.e., “full‐batch” training, not mi...
5 mois il y a | 0
SIMSCAPE permanent magnet example understanding
Hi @Simon, The "material properties" of the magnet i.e, Remanent flux density and Coercive field strength come directly from th...
5 mois il y a | 0
"Why am I getting a voltage swell in Phase A during a line-to-line (A-B) fault in my Simulink model with a 11 kV, 30 MVA source, 11/0.4 kV 1 MVA Δ-Yg transformer, and a 10 kW
Hi @Moneera, I could not open the file though the drive link you provided. However, you can refer the below file exchange link...
5 mois il y a | 0
How for a given signal bound can I plot both my upper and lower limits in the same plot for a given parameter?
Hi Mohammed Faraan, When you add a Signal Bound constraint in the Response Optimizer, you can specify both an upper and a lower...
6 mois il y a | 0
Why Output PWM Frequency in TMS320F28379D Controller dropping after deploying code ?
Hi PANDIT DHANRAJ SURESH, The GPIO DO Block which you are using is a Digital Output Block. If you are toggling the GPIO in sof...
6 mois il y a | 0
Looking for a Simulink model of a Series HEV that I can use as the basis for implementing and testing my optimization algorithm.
Hi Nico, You can refer the below examples on Series Hybrid Electric Vehicle and adapt the Series HEV model as per your applicat...
6 mois il y a | 0
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...
9 mois il y a | 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...
9 mois il y a | 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...
9 mois il y a | 0
| A accepté
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...
9 mois il y a | 0
| A accepté
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 ...
9 mois il y a | 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...
9 mois il y a | 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...
9 mois il y a | 1
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...
9 mois il y a | 1
| A accepté
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...
10 mois il y a | 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 ...
10 mois il y a | 1
| A accepté
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...
10 mois il y a | 0
| A accepté
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...
10 mois il y a | 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...
10 mois il y a | 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...
10 mois il y a | 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...
10 mois il y a | 0
Direct feedthrough MPC Design
Hi David Arenes, The warning you are seeing indicates "direct feedthrough" from the manipulated variables (MVs) to the outputs ...
10 mois il y a | 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...
10 mois il y a | 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...
10 mois il y a | 0




