Feeds
已回答
in dsp.Channelizer for 256 NumFrequencyBands response filter bank
Hi Mansour, I understand you are observing unexpected results when setting the 'NumFrequencyBands' parameter to 256 in the 'd...
in dsp.Channelizer for 256 NumFrequencyBands response filter bank
Hi Mansour, I understand you are observing unexpected results when setting the 'NumFrequencyBands' parameter to 256 in the 'd...
1 month 前 | 0
已回答
Simulink control from app
Hi Anna, I understand that you are trying to control the simulation of your Simulink model with 'NI myDAQ' blocks through a M...
Simulink control from app
Hi Anna, I understand that you are trying to control the simulation of your Simulink model with 'NI myDAQ' blocks through a M...
1 month 前 | 0
| 已接受
已回答
Long Execution Time From propagateOrbit
Hi Kevin, I understand that you are trying to propagate the orbit using a 'two-body-keplerian' model for faster simulation, b...
Long Execution Time From propagateOrbit
Hi Kevin, I understand that you are trying to propagate the orbit using a 'two-body-keplerian' model for faster simulation, b...
1 month 前 | 0
已回答
How to get beam-doppler plot?
Hi Subhosri, I understand that you want to generate a plot between spatial frequency and Doppler frequency for simulating an ...
How to get beam-doppler plot?
Hi Subhosri, I understand that you want to generate a plot between spatial frequency and Doppler frequency for simulating an ...
1 month 前 | 1
| 已接受
已回答
Connect synchronous machine round rotor with three-phase VI measurment
Hi Nguyen, I understand that you want to connect a synchronous machine (round rotor) block with a three-phase VI measurement ...
Connect synchronous machine round rotor with three-phase VI measurment
Hi Nguyen, I understand that you want to connect a synchronous machine (round rotor) block with a three-phase VI measurement ...
1 month 前 | 0
已回答
I am trying to control a DC to DC boost converter using FSC MPC to generate a 20 kW PV power but the MPC controller is very poorly than PI controller.
Hi Gloria, I understand you're seeing only around 1135 W PV power and 7184 W load power instead of the expected 20 kW from yo...
I am trying to control a DC to DC boost converter using FSC MPC to generate a 20 kW PV power but the MPC controller is very poorly than PI controller.
Hi Gloria, I understand you're seeing only around 1135 W PV power and 7184 W load power instead of the expected 20 kW from yo...
1 month 前 | 0
| 已接受
已回答
Similar features in images
Hi Edin, To determine the distance traveled by the wave between two consecutive images, you can use MATLAB’s image processing...
Similar features in images
Hi Edin, To determine the distance traveled by the wave between two consecutive images, you can use MATLAB’s image processing...
3 months 前 | 0
已回答
How can I avoid click artifacts when playing audio in MATLAB App Designer?
Hi Shaunak, I believe that you are hearing clicking sounds, while playing audio files inside a MATLAB App Designer GUI. The c...
How can I avoid click artifacts when playing audio in MATLAB App Designer?
Hi Shaunak, I believe that you are hearing clicking sounds, while playing audio files inside a MATLAB App Designer GUI. The c...
3 months 前 | 0
已回答
Model Info in Matlab 2023b Simulink does not start displaying from top
Hi @Christian, I understand that you are experiencing unexpected behavior with the sequencing of text lines inside a 'Model ...
Model Info in Matlab 2023b Simulink does not start displaying from top
Hi @Christian, I understand that you are experiencing unexpected behavior with the sequencing of text lines inside a 'Model ...
4 months 前 | 0
已回答
porting a lookup table into Simulink model
Hi Anirban, In order to port Lookup Table data directly to a model’s workspace, using only MATLAB code, you can try the fol...
porting a lookup table into Simulink model
Hi Anirban, In order to port Lookup Table data directly to a model’s workspace, using only MATLAB code, you can try the fol...
7 months 前 | 0
已回答
Hodgkin-Huxley model response
Hi Marina Babic, I believe that you are trying to simulate Hodgkin-Huxley model using Euler's method. Assuming that you are...
Hodgkin-Huxley model response
Hi Marina Babic, I believe that you are trying to simulate Hodgkin-Huxley model using Euler's method. Assuming that you are...
7 months 前 | 0
| 已接受
已回答
How to add an s+1 block on simulink?
Hi @Julian, I understand that you are trying to implement a continuous transfer function ‘s+1’ in Simulink, where you are ge...
How to add an s+1 block on simulink?
Hi @Julian, I understand that you are trying to implement a continuous transfer function ‘s+1’ in Simulink, where you are ge...
7 months 前 | 0
已回答
How to plot 4 Tiled plots with 2 x axis and 2 y axis in one figure
Hi @Luisa, I believe that you are trying to to plot 4 tiled diagram in a single figure using ‘tiledlayout’ function, where ...
How to plot 4 Tiled plots with 2 x axis and 2 y axis in one figure
Hi @Luisa, I believe that you are trying to to plot 4 tiled diagram in a single figure using ‘tiledlayout’ function, where ...
7 months 前 | 0
已回答
plot csv with column names used automatically as x and y label
Hi Igenyar, I believe you want to plot the two columns ‘DateTime’ and ‘Number’ of the given csv file ‘results.csv’, while u...
plot csv with column names used automatically as x and y label
Hi Igenyar, I believe you want to plot the two columns ‘DateTime’ and ‘Number’ of the given csv file ‘results.csv’, while u...
7 months 前 | 0
已回答
What is the correct way to save a large MATLAB structure?
Hi Owen, The issue you're encountering stems from the design of MATLAB's MAT-file formats and the inherent inefficiencies o...
What is the correct way to save a large MATLAB structure?
Hi Owen, The issue you're encountering stems from the design of MATLAB's MAT-file formats and the inherent inefficiencies o...
7 months 前 | 0
已回答
MatLab not plotting as expected and can't determine a fix.
Hi Nicholas, Assuming that you are trying to modify the cart's pathfinding algorithm to avoid erratic heading changes and j...
MatLab not plotting as expected and can't determine a fix.
Hi Nicholas, Assuming that you are trying to modify the cart's pathfinding algorithm to avoid erratic heading changes and j...
7 months 前 | 0
已回答
different result for simulink in for loop
Hi Youngin, The issue described is likely caused by how variables or states persist between Simulink simulations. Even thou...
different result for simulink in for loop
Hi Youngin, The issue described is likely caused by how variables or states persist between Simulink simulations. Even thou...
7 months 前 | 0
| 已接受
已回答
how to delate some sparse pixels in a binary image
Hi @sedigheh pagheh To identify and extract the desired pixels (regions outlined in red in the "rill erosion" image), here ...
how to delate some sparse pixels in a binary image
Hi @sedigheh pagheh To identify and extract the desired pixels (regions outlined in red in the "rill erosion" image), here ...
7 months 前 | 0
已回答
Estimation of errors from solving A\B=X
Hi Kresten, I am assuming that you are using the latest R2024b release of MATLAB. To assess the confidence level of the coe...
Estimation of errors from solving A\B=X
Hi Kresten, I am assuming that you are using the latest R2024b release of MATLAB. To assess the confidence level of the coe...
7 months 前 | 0
已回答
How to combine and save two XDF files
Hi M, I understand that you are trying to combine and save two different EEG data XDF files, without losing any information...
How to combine and save two XDF files
Hi M, I understand that you are trying to combine and save two different EEG data XDF files, without losing any information...
8 months 前 | 0
已回答
neighbors(TR) returns NaN values
Hi Lorenzo, I understand that you are trying to obtain neighboring triangles of a triangulation object sharing an edge with...
neighbors(TR) returns NaN values
Hi Lorenzo, I understand that you are trying to obtain neighboring triangles of a triangulation object sharing an edge with...
8 months 前 | 1
| 已接受
已回答
Unable to Estimate Mass in Kalman Filter Implementation for VTOL System in Simulink
Hi simay, I understand that you are trying to model a vertical take-off and landing (VTOL) system in Simulink, to estimate ...
Unable to Estimate Mass in Kalman Filter Implementation for VTOL System in Simulink
Hi simay, I understand that you are trying to model a vertical take-off and landing (VTOL) system in Simulink, to estimate ...
8 months 前 | 0
| 已接受
已回答
Unable to run local function "myparse"
Hi Wai Cheng, I understand that you are trying to execute a local function in MATLAB R2023b but getting an error stating “mp...
Unable to run local function "myparse"
Hi Wai Cheng, I understand that you are trying to execute a local function in MATLAB R2023b but getting an error stating “mp...
8 months 前 | 1
已回答
I am getting an error while running my simulink model.
Hi @Anant, I understand that you are trying to simulate a Simscape model in MATLAB R2024a, where you are getting an error s...
I am getting an error while running my simulink model.
Hi @Anant, I understand that you are trying to simulate a Simscape model in MATLAB R2024a, where you are getting an error s...
8 months 前 | 0
已回答
how can I obtain shapley values from convolutional neural network
Hi @Alok, I understand that you are trying to get shapely values from a convolutional neural network. A few adjustments you...
how can I obtain shapley values from convolutional neural network
Hi @Alok, I understand that you are trying to get shapely values from a convolutional neural network. A few adjustments you...
8 months 前 | 0
| 已接受
已回答
How can I model black body radiation in Simulink?
Hi David, Assuming that you are trying to model radiative heat transfer in your cryogenics system simulation in Simulink (S...
How can I model black body radiation in Simulink?
Hi David, Assuming that you are trying to model radiative heat transfer in your cryogenics system simulation in Simulink (S...
8 months 前 | 0
已回答
How can I save status of simulink model (timer, counter, state runing, . . ) and export to use after changing model
Hi galaxy, Assuming that you are trying to extract and save model config parameters of a Simulink model containing many subsy...
How can I save status of simulink model (timer, counter, state runing, . . ) and export to use after changing model
Hi galaxy, Assuming that you are trying to extract and save model config parameters of a Simulink model containing many subsy...
8 months 前 | 0
已回答
How to get the exact step size used by ode45?
Hi @伟, I understand that you’re trying to solve a GLNSE PDE and making a variable transformation involving the current step...
How to get the exact step size used by ode45?
Hi @伟, I understand that you’re trying to solve a GLNSE PDE and making a variable transformation involving the current step...
8 months 前 | 0
已回答
Error: Time object cannot be empty
Hi @Yuting Cong, I understand that you’re trying to generate code from a Simulink model, but instead getting an error statin...
Error: Time object cannot be empty
Hi @Yuting Cong, I understand that you’re trying to generate code from a Simulink model, but instead getting an error statin...
8 months 前 | 1
已回答
Calculation of Deflection of Gradient Pile Using Deflection Equation
Hi Praful, I believe you are using a MATLAB function to calculate Deflection of Gradient Pile Using Deflection Equation. He...
Calculation of Deflection of Gradient Pile Using Deflection Equation
Hi Praful, I believe you are using a MATLAB function to calculate Deflection of Gradient Pile Using Deflection Equation. He...
8 months 前 | 0