Réponse apportée
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...

plus de 2 ans il y a | 0

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

plus de 2 ans il y a | 0

Réponse apportée
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,...

plus de 2 ans il y a | 0

Réponse apportée
"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 ...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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 ...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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 '...

plus de 2 ans il y a | 0

Réponse apportée
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 ...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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 '...

plus de 2 ans il y a | 0

Réponse apportée
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 ...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 2 ans il y a | 0