답변 있음
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...

대략 2년 전 | 0

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

대략 2년 전 | 0

답변 있음
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,...

대략 2년 전 | 0

답변 있음
"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 ...

대략 2년 전 | 0

답변 있음
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...

대략 2년 전 | 0

답변 있음
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...

대략 2년 전 | 0

답변 있음
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...

대략 2년 전 | 0

답변 있음
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...

대략 2년 전 | 0

답변 있음
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...

대략 2년 전 | 0

답변 있음
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...

대략 2년 전 | 0

답변 있음
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 ...

대략 2년 전 | 0

답변 있음
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...

대략 2년 전 | 0

답변 있음
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...

대략 2년 전 | 0

답변 있음
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 '...

대략 2년 전 | 0

답변 있음
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 ...

대략 2년 전 | 0

답변 있음
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...

대략 2년 전 | 0

| 수락됨

답변 있음
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...

대략 2년 전 | 0

답변 있음
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...

대략 2년 전 | 0

답변 있음
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...

대략 2년 전 | 0

답변 있음
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...

대략 2년 전 | 0

답변 있음
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...

대략 2년 전 | 0

답변 있음
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...

대략 2년 전 | 0

답변 있음
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 '...

대략 2년 전 | 0

답변 있음
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 ...

대략 2년 전 | 0

답변 있음
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...

대략 2년 전 | 0

답변 있음
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...

대략 2년 전 | 0

| 수락됨

답변 있음
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...

대략 2년 전 | 0