photo

Vinay


Last seen: 10 Tage vor Aktiv seit 2024

Followers: 0   Following: 0

Statistik

  • 3 Month Streak
  • Knowledgeable Level 3
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Construction of subplots for the comparison of two models
Hi @Touré Mohamed, The 'Tiled Layout' can be used to create a (m,n) grid of subplots.The space between the subplots can be set ...

17 Tage vor | 0

Beantwortet
"block choice " button doesn't seem on Simulink
Hi @Bunyamin, The 'block choice' is disabled in the MATLAB R2023b for the 'Battery' block. The thermal port can be modeled by e...

17 Tage vor | 0

Beantwortet
Error message: Matrix Dimensions must agree
Hi @Ian Strahley, The issue arises due to mismatch in matrix dimensions between "exp((-lambda .^ 2))" and "t", which are of si...

18 Tage vor | 0

Beantwortet
I get this error while launching Matlab and therefore it crashes while doing certain processes. Any solution ?
Hi @Shadi, The following steps can be used to include the 'gtk module' Open a new terminal and navigating to a directory wher...

18 Tage vor | 0

Beantwortet
How to counting RBC size and number
Hi @Nora Hamad, The binary image comparison 'RC_Im_BW==1' compares the entire image rather than individual objects.The 'bwlabel...

20 Tage vor | 0

Beantwortet
Modeling 3-Phase Transformer with a Grounded Resistance in SimpowerSystems
Hi @Quan Hu, The "Three phase transformer(2 windings)" models the wye-delta transformer using three single-phase transformers. ...

24 Tage vor | 0

Beantwortet
The location of decimated sample in CIC Decimator?
Hi @Jay, The 'CIC decimator' downsample the input based on the decimation factor(R) after passing through the cascaded integra...

24 Tage vor | 0

Beantwortet
Why is there a huge drop in the values of active and reactive power when the voltage of three phase voltage source is changed?
Hi @Ankita The P and Q values deviates from the rated power of the load when rated voltage (2300V PP rms) is given from the so...

25 Tage vor | 1

Beantwortet
tiledlayout doesn't behave as it should
Hi @John The `tiledlayout` function assigns a fixed tile to each subplot. When the `TileSpacing` property is set to `'none'`, i...

26 Tage vor | 0

Beantwortet
Not able to plot delay for sine wave using triggered subsystem
Hi @Siddharth, The triggered subsystem triggers the system at the rising edge of the control signal and holds the signal value ...

26 Tage vor | 0

Beantwortet
Which block in simulink library should I choose for the H_infinity controller.
Hi @Alon Brook-Ray , The "H_Infinity controller" can be implemented using the "hinfsyn" function. The following Simulink exampl...

27 Tage vor | 0

Beantwortet
Error in example comm/DecisionFeedbackEqualizeBPSKModulatedSignalExample
Hi @Nicholas Destefano, The "Decision Feedback Equalizer" uses the QPSK as the default constellation and can be seen by the con...

27 Tage vor | 0

Beantwortet
DSBAM Simulation output does not use the input parameters specified
Hi @R Mc Mahon, The 'Spectrum Analyzer' is detecting different frequencies due to a sample time mismatch between the input and ...

etwa 2 Monate vor | 0

Beantwortet
signal modulation using variable capacitor
Hi @Semen Stolbov, The variable capacitor block is currently not displaying the expected charging and discharging pattern. Inst...

etwa 2 Monate vor | 0

Beantwortet
build a compressor or modify the compressor map
Hi @runyi xu, The "Compressor(2p)" block in the simscape library uses both "Analytical" and "Tabulated" data to model the block...

etwa 2 Monate vor | 0

Beantwortet
Inconsistency in documentation for Vehicle Body 3 DOF block
Hi @Daniel, The equation of the single track model for tire force on the rear and front tyre used are correct as the tire force...

etwa 2 Monate vor | 0

| akzeptiert

Beantwortet
PMSM model in Simulink
Hi @Gerald , The neutral point of the 'Permament magnet synchronous motor' can be accessed by setting the 'Winding type' of th...

etwa 2 Monate vor | 0

Beantwortet
Unexpected NaN output from power block
Hi @Quint, The occurrence of 'NaN' output when the base of the power block is close to zero is due to the "Power Signedness" fu...

2 Monate vor | 1

| akzeptiert

Beantwortet
Motor control blockset flux observer
Hi @Jacopo Gabrielli, The equations for rotor magnetic flux and torque in an induction motor can be found in the articles liste...

2 Monate vor | 1

| akzeptiert

Beantwortet
what can we used instead of gateway in and out and adc in matlab 2024Rb for old model
Hi @Gomathi, The "Gateway In" block converts a Simulink data type to a Fixed-Point Blockset data type. The "Data type conversio...

2 Monate vor | 0

Beantwortet
About the MPC controller's input to md
Hi @Taiga, The 'Measurement Disturbance' in the 'MPC' block are the unexpected changes affecting the system. (Target value - O...

2 Monate vor | 0

Beantwortet
the array index is not matching
Hi @yogeshwari patel, The issue is due to the 'gamma' variable which is being used both as a symbolic variable and as a functio...

3 Monate vor | 0

| akzeptiert

Beantwortet
Error using repmat to apply periodic boundary conditions to voronoi diagram.
Hi @Aloe, The voronoi diagram shows the intial 16 points stored as (x,y) coordinates in the code. The 'repmat' creates an 48*3 ...

3 Monate vor | 0

| akzeptiert

Beantwortet
Gate Driver - How to incorporate bootstrap circuitry?
Hi @May, The Gate driver input port offers two modeling options for controlling the output state. The PS input allows a single ...

3 Monate vor | 0

Beantwortet
Error in function with circular buffer for simulink.
Hi @Manmohan Butola, The MATLAB function in the simulink model creates two circular buffers named as 'circBuff_In' and 'circBuf...

3 Monate vor | 0

Beantwortet
How do I create a custom three-phase Varying Load?
Hi @Alexander Galvin The "Three Phase Varying Load" is modeled using the Three Phase Dynamic Load block, where the active and r...

3 Monate vor | 0

| akzeptiert

Beantwortet
plot absolute frequency response
Hi @arash rad, You can plot the Relative Gain Array (RGA) frequency response using the `bode` function, which provides both the...

3 Monate vor | 0

Beantwortet
How to create a 4-way two position valve in Simulink for two-phase liquid
Hi @Vanessa Mendez-Valencia The 4-way two position valve can be created using the 'Orifice(2P)' block.The example in the follow...

3 Monate vor | 0

Beantwortet
Scope showing the wrong graph
Hi @Muhammad Hafidz Hasnor Faiz The display block is giving the correct output ensures the correct functionality of the circuit...

3 Monate vor | 0

Beantwortet
cmosfet wrong current answer in a special voltage
Hi @岚坤 The 'n-channel MOSFET' operates using a 'surface potential based' modeling approach, which includes a nonlinear capacita...

3 Monate vor | 0

Mehr laden