Ashok
Followers: 0 Following: 0
Feeds
已回答
Help for Vortex Lattice Method
Hi @Mert, The issue appears to be in the calculation of the 'G' and 'C' matrices within the 'Panel' function. The values of ...
Help for Vortex Lattice Method
Hi @Mert, The issue appears to be in the calculation of the 'G' and 'C' matrices within the 'Panel' function. The values of ...
17 days 前 | 0
| 已接受
已回答
How can I have a proper LaTex compilation of a svg format Matlab plot?
Hey @JORGE SANZ SERRANO, I encountered a similar issue when using SVGs with LaTeX. It seems that the SVG file created by MAT...
How can I have a proper LaTex compilation of a svg format Matlab plot?
Hey @JORGE SANZ SERRANO, I encountered a similar issue when using SVGs with LaTeX. It seems that the SVG file created by MAT...
18 days 前 | 1
已回答
Cannot find RoadRunner installation
Hey @Rong, The presence of the 'RoadRunner' icon in the 'Apps' tab indicates that the RoadRunner standalone application is i...
Cannot find RoadRunner installation
Hey @Rong, The presence of the 'RoadRunner' icon in the 'Apps' tab indicates that the RoadRunner standalone application is i...
18 days 前 | 0
已回答
How can I link the hydraulic model to the mechanical model?
Hey @Zeko Zain, The 'Single-Acting Hydraulic Cylinder' block features 4 ports, each with a specific role: R: Connects the cy...
How can I link the hydraulic model to the mechanical model?
Hey @Zeko Zain, The 'Single-Acting Hydraulic Cylinder' block features 4 ports, each with a specific role: R: Connects the cy...
19 days 前 | 0
已回答
Integrating six simulink model
Hey @Divyashree, It seems the output files from each process might not be in data types supported by Simulink. If that's the c...
Integrating six simulink model
Hey @Divyashree, It seems the output files from each process might not be in data types supported by Simulink. If that's the c...
19 days 前 | 0
| 已接受
已回答
Is there an example of a technical system model in Simscape with a PID controller and an LQR controller?
Hi @Alex Milns, The‘lqr’command in the Control System Toolbox is used to design a linear quadratic controller in MATLAB. Howev...
Is there an example of a technical system model in Simscape with a PID controller and an LQR controller?
Hi @Alex Milns, The‘lqr’command in the Control System Toolbox is used to design a linear quadratic controller in MATLAB. Howev...
23 days 前 | 0
| 已接受
已回答
Nonlinear MPC hard constraints
Hey @Tristan, In the Model Predictive Control Toolbox, the default implementation of MPC uses slack variables to handle constr...
Nonlinear MPC hard constraints
Hey @Tristan, In the Model Predictive Control Toolbox, the default implementation of MPC uses slack variables to handle constr...
26 days 前 | 0
已回答
Benefit of non-virtual output port vs. virtual output port in codegen
Hey @John, The discrepancy in output when using a non-virtual 'Outport' with a 'Merge' block, as described in the below page, ...
Benefit of non-virtual output port vs. virtual output port in codegen
Hey @John, The discrepancy in output when using a non-virtual 'Outport' with a 'Merge' block, as described in the below page, ...
26 days 前 | 0
已回答
Control barrier functions basic example in 1d
Hey @Hortencia Alejandra Ramírez Vázquez, From the equations mentioned in the query, it seems the condition for the system is ...
Control barrier functions basic example in 1d
Hey @Hortencia Alejandra Ramírez Vázquez, From the equations mentioned in the query, it seems the condition for the system is ...
27 days 前 | 0
| 已接受
已回答
imagesc pixels unaligned with x axis for certain data sizes
Hey @Charlie Black, I could replicate the issue in R2021a but not in R2021b. Just a heads up, my current system runs Windows 1...
imagesc pixels unaligned with x axis for certain data sizes
Hey @Charlie Black, I could replicate the issue in R2021a but not in R2021b. Just a heads up, my current system runs Windows 1...
27 days 前 | 1
已回答
How to apply IF statement to entity attribute
Hey @Camelia Bidi, From the attached screenshot, it looks like two different entity types, 'Attacker' and 'Legitimate', are be...
How to apply IF statement to entity attribute
Hey @Camelia Bidi, From the attached screenshot, it looks like two different entity types, 'Attacker' and 'Legitimate', are be...
30 days 前 | 0
已回答
What does the 'Information' attribute of the factor 'factorPoseSE3Prior' mean in the factor graph?
Hey @Cao, The factorPoseSE3Prior object in MATLAB is a specialized factor used in a factorGraph to represent a full-state prior...
What does the 'Information' attribute of the factor 'factorPoseSE3Prior' mean in the factor graph?
Hey @Cao, The factorPoseSE3Prior object in MATLAB is a specialized factor used in a factorGraph to represent a full-state prior...
1 month 前 | 0
| 已接受
已回答
How can an entity in a process simulation that stays in the system after the simulation time is over move on?
Hey @inori, From what I understand, a SimEvents simulation is being run, and some entities haven't reached the terminal state...
How can an entity in a process simulation that stays in the system after the simulation time is over move on?
Hey @inori, From what I understand, a SimEvents simulation is being run, and some entities haven't reached the terminal state...
1 month 前 | 0
已回答
How to read muxed sensor value array from StateFlow?
Hey @Jingzhe Xue, I comprehend that the Goto and From blocks are being used to send a mux signal from Simulink into a Stateflo...
How to read muxed sensor value array from StateFlow?
Hey @Jingzhe Xue, I comprehend that the Goto and From blocks are being used to send a mux signal from Simulink into a Stateflo...
1 month 前 | 0
已回答
Simulate GPS IMU With Quadcopter Swarm?
Hi @Kal Rus, The process of incorporating sensors depends on whether the model is developed in MATLAB or Simulink. For models i...
Simulate GPS IMU With Quadcopter Swarm?
Hi @Kal Rus, The process of incorporating sensors depends on whether the model is developed in MATLAB or Simulink. For models i...
1 month 前 | 0
已回答
Why does R2024b force my signals to be [1x1] vectors instead of scalars like they were in R2022a?
Hey @Richard Lavery, The distinction between scalar signals and 1x1 vector signals in the Signal Dimensions information overla...
Why does R2024b force my signals to be [1x1] vectors instead of scalars like they were in R2022a?
Hey @Richard Lavery, The distinction between scalar signals and 1x1 vector signals in the Signal Dimensions information overla...
1 month 前 | 1
| 已接受
已回答
Delay - Initial conditions config.
Hey @JuanMa, The Delay block can be used to delay the input signal by a specific number of samples. The output during the in...
Delay - Initial conditions config.
Hey @JuanMa, The Delay block can be used to delay the input signal by a specific number of samples. The output during the in...
1 month 前 | 0
已回答
Can not save enumeration created by Stateflow
Hey @Andy, Stateflow does not have a direct feature to output the enumeration definition. here's a workaround that might be us...
Can not save enumeration created by Stateflow
Hey @Andy, Stateflow does not have a direct feature to output the enumeration definition. here's a workaround that might be us...
1 month 前 | 0
已回答
How would I set up a my Simulink systems to examine step and bode response?
Hey @Kez, The Model Linearizer app allows for linear analysis of nonlinear Simulink models. Using the app one can perform the ...
How would I set up a my Simulink systems to examine step and bode response?
Hey @Kez, The Model Linearizer app allows for linear analysis of nonlinear Simulink models. Using the app one can perform the ...
1 month 前 | 0
已回答
How to create a bus copy in code generation using embedded coder ?
Hey @Afraa Ibtissem Derbal, There are a couple of ways element-by-element copy of a bus signal can be achieved in code generat...
How to create a bus copy in code generation using embedded coder ?
Hey @Afraa Ibtissem Derbal, There are a couple of ways element-by-element copy of a bus signal can be achieved in code generat...
2 months 前 | 0
已回答
I have created my own J2 Orbit Propagator and I am not sure why it is not working properly.
Hey @Ryan Goodridge, Debugging is tricky without knowing the source of the 'Orbit Perturbation' equations mentioned in the code...
I have created my own J2 Orbit Propagator and I am not sure why it is not working properly.
Hey @Ryan Goodridge, Debugging is tricky without knowing the source of the 'Orbit Perturbation' equations mentioned in the code...
2 months 前 | 0
| 已接受
已回答
State feedback in Simulink for code generation
Hey @Daniel Varga, The Control System Designer app is useful for designing single-input, single-output (SISO) controllers for ...
State feedback in Simulink for code generation
Hey @Daniel Varga, The Control System Designer app is useful for designing single-input, single-output (SISO) controllers for ...
2 months 前 | 0
已回答
an issue in Task 4 of the "Exploring the Custom Battery Pack Block" exercise
Hey @Nuno, According to a staff member's statement in the MATLAB Answers query linked here, this is an issue in the "Battery Pa...
an issue in Task 4 of the "Exploring the Custom Battery Pack Block" exercise
Hey @Nuno, According to a staff member's statement in the MATLAB Answers query linked here, this is an issue in the "Battery Pa...
2 months 前 | 1
已回答
How to customize quad plane model to tri- copter model?
Hey Nour, Absolutely, the example for a quad rotor VTOL found here can be adapted to simulate a tri-rotor VTOL: https://w...
How to customize quad plane model to tri- copter model?
Hey Nour, Absolutely, the example for a quad rotor VTOL found here can be adapted to simulate a tri-rotor VTOL: https://w...
2 months 前 | 0
已回答
Questions about lane boundary setting and lane overlap
Hi @주영, When creating a lane in Roadrunner Scene Builder, both the left and right boundaries need to be specified. For symme...
Questions about lane boundary setting and lane overlap
Hi @주영, When creating a lane in Roadrunner Scene Builder, both the left and right boundaries need to be specified. For symme...
2 months 前 | 0
已回答
Why doesn't "design()" work the same way with all filter types in the RF PCB Toolbox?
Hey @Joshua, The ‘design’ function supports creating hairpin, coupled line, and stepped impedance low pass filters. Correspo...
Why doesn't "design()" work the same way with all filter types in the RF PCB Toolbox?
Hey @Joshua, The ‘design’ function supports creating hairpin, coupled line, and stepped impedance low pass filters. Correspo...
2 months 前 | 1
| 已接受
已回答
The use of Aerodynamic Forces and Moments from Aerospace Blockset
Hey @ARCHI XXI COULSON, In real flight, the center of pressure changes with the angle of attack. However, for smaller angles...
The use of Aerodynamic Forces and Moments from Aerospace Blockset
Hey @ARCHI XXI COULSON, In real flight, the center of pressure changes with the angle of attack. However, for smaller angles...
2 months 前 | 0
已回答
The direction of current distribution on antenna surface isn't along the antenna surface, simulation mistake from MATHWORK?
Hey @Xingda Chen, The current directions are being calculated correctly, but there seems to be a visual issue with the relat...
The direction of current distribution on antenna surface isn't along the antenna surface, simulation mistake from MATHWORK?
Hey @Xingda Chen, The current directions are being calculated correctly, but there seems to be a visual issue with the relat...
2 months 前 | 0
已回答
Representation of this vector T_d1 and Td_2 in MATLAB
Hey @Rohitashya, The provided code indeed calculates the and matrices based on the given formula. Here's an alternative appro...
Representation of this vector T_d1 and Td_2 in MATLAB
Hey @Rohitashya, The provided code indeed calculates the and matrices based on the given formula. Here's an alternative appro...
2 months 前 | 0
| 已接受
已回答
How to manage global data between Matlab workspace, Simulink and then into Simscape physical signals and custom component
Hey @Paul Hermens, Physical signals are scalars by default, meaning they have a 1x1 dimension. To work with physical signals o...
How to manage global data between Matlab workspace, Simulink and then into Simscape physical signals and custom component
Hey @Paul Hermens, Physical signals are scalars by default, meaning they have a 1x1 dimension. To work with physical signals o...
2 months 前 | 1
| 已接受