Beantwortet
Is there any in-built function/ method to customize state-space model in MATLAB
Hi, In MATLAB, the standard state-space to transfer function conversion using `ss` and `tf` commands assumes a linear time-inva...

11 Monate vor | 0

Beantwortet
ODE45 can solve Implicit function ?
Hi, The system of equations you've provided appears to involve both ordinary differential equations (ODEs) and differential-alg...

12 Monate vor | 0

Beantwortet
Calculate steady state of a system of non-linear odes
Hi, I understand that you need to find the steady state of a system of nonlinear ODEs. You can use MATLAB's 'fsolve' function,...

12 Monate vor | 0

Beantwortet
"Deep Learning Toolbox" products - NARX versus LSTM NN
Hi, The different behaviors you're observing between the NARX (Nonlinear AutoRegressive with eXogenous inputs) network and the ...

12 Monate vor | 0

Beantwortet
How can I solve a general elliptic partial differential equation with Drichlet boundary conditions?
Hi, I understand that you want to solve a general elliptic partial differential equation with Drichlet boundary conditions. In...

12 Monate vor | 0

Beantwortet
How can I breakdown a data matrix of say 40000 x 901 to specific nodes and seeds?
Hi, To represent different locations on an object in MATLAB using nodes and seeds in x, y, and z directions, you'll need to def...

12 Monate vor | 0

Beantwortet
Does anyone have matlab code for 1D discrete nonlinear schrodinger equation like this?
Hi, I understand that you are trying to find a code reference for 1D discrete non-linear Schrödinger equation. You can refer t...

12 Monate vor | 0

Beantwortet
Analog circuit optimisation to fit experimental data using Simulink
Hi, Fitting a Simulink model to experimental data can be done using the Simulink Design Optimization Toolbox. This toolbox allo...

12 Monate vor | 0

Beantwortet
Tracking objects in point cloud with Kalman Filter
Hi, I understand that you want to use Kalman filter for tracking objects in point cloud. Refer to the following MathWorks docu...

12 Monate vor | 0

Beantwortet
How to simulate HASTE sequence with matlab
Hi, I understand that you want to simulate the T2 effect in k-space and compare images with different T2 values of tissues. We...

12 Monate vor | 0

Beantwortet
Prevent Test Browser from changing working directory
Hi, You can add a setup function to your tests that changes the working directory to the correct location. This setup function ...

12 Monate vor | 0

Beantwortet
Using time as a negative reward in RL toolbox
Hi, I understand that you want to add time penalty in the reward function to punish it for taking too long. The example given...

12 Monate vor | 0

Beantwortet
How to scatteredInterpolant bwtween data sets?
Hi, The `scatteredInterpolant` function in MATLAB is used to interpolate scattered data, which means that the points do not nee...

12 Monate vor | 0

Beantwortet
linear mapping object for non-linear ARX models
Hi, I understand that you want to see the values of Projection Matrix (P) when using the linear mapping in NLARX models. The '...

12 Monate vor | 0

Beantwortet
Intersection between plane and function (3d)
Hi, I understand that you want to calculate the throw width by calculating the distance between two intersection points of the ...

12 Monate vor | 0

Beantwortet
quadprog is too slow for a convex unconstrained quadratic problem
Hi, I understand that you need a faster and more efficient alrorithm to solve unconstrained quadratic problems. For solving la...

12 Monate vor | 0

| akzeptiert

Beantwortet
A rather different stopping criteria for particle swarm
Hi, I understand that you need to keep the iterations running after 50 only if we get an objective value within the first 50 it...

etwa ein Jahr vor | 0

Beantwortet
Linear Antenna With non uniform amplitude and progressive phase shift
Hi, I understand that you want to generate linear antenna array with non-uniform amplitude. Given below is the link to an exam...

etwa ein Jahr vor | 0

Beantwortet
How to get a prediction equation from time series NARX neural network ?
Hi, I understand that you need an empherical equation from the trained NARX model. A NARX (Nonlinear Autoregressive with Exoge...

etwa ein Jahr vor | 0

Beantwortet
How to add stability constraint (eigenvalues of closed loop system A-BK < 0) in DDPG-based LQR controller
Hi, I understand you want to ensure that the stability of a linear system by constraining the 'eigen' values of the closed-loo...

etwa ein Jahr vor | 0

Beantwortet
adding target to clutter model
Hi, I understand that you want to include a moving target to a ground clutter. In order to do so, we'll need to define 'Target...

etwa ein Jahr vor | 0

Beantwortet
How can I find the complex fourier series and plot the the fourier series of piecewise function ?
Hi, I understand that you need to find and plot the Fourier series of a piecewise function. Your issue is somewhat, if not ent...

etwa ein Jahr vor | 0

Beantwortet
using undistortImage() in Simulink under MATLAB Function
Hi, I understand that you want to undistort an image in Simulink and calibrate them. Even though you cannot directly use the '...

etwa ein Jahr vor | 0

Beantwortet
Converting a configuration reference to a configuration
Hi, I understand that you want to convert 'Configure Reference' to 'Configure Set'. In Simulink, a configuration reference is ...

etwa ein Jahr vor | 0

Beantwortet
MFSK coherent demodulation and detection for BER simulation
Hi, I understand that you need a way to implement coherent FSK demodulation. To obtain the same 'BER' performance as that of c...

etwa ein Jahr vor | 0

Beantwortet
Control output of a sequence of contourf plots of X,Y,Z in the same figure of data sets with different ranges of magnitudes in Z so all use the same colormap and colorbar
Hi, To achieve the desired behavior where each 'contourf' call uses the same assignment of levels to colors in the colormap and...

etwa ein Jahr vor | 0

| akzeptiert

Beantwortet
How to make a open switch fault using ePWM block(Texas instruments c2000)??
Hi, I understand that you want a high side switch to be opened not the low side one in a 'EPWM' block from Texas Instruments C2...

etwa ein Jahr vor | 0