回答済み
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...

7ヶ月 前 | 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...

8ヶ月 前 | 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,...

8ヶ月 前 | 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 ...

8ヶ月 前 | 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...

8ヶ月 前 | 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...

8ヶ月 前 | 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...

8ヶ月 前 | 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...

8ヶ月 前 | 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...

8ヶ月 前 | 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...

8ヶ月 前 | 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 ...

8ヶ月 前 | 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...

8ヶ月 前 | 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...

8ヶ月 前 | 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 '...

8ヶ月 前 | 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 ...

8ヶ月 前 | 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...

8ヶ月 前 | 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...

8ヶ月 前 | 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...

8ヶ月 前 | 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...

8ヶ月 前 | 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...

8ヶ月 前 | 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...

8ヶ月 前 | 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...

8ヶ月 前 | 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 '...

8ヶ月 前 | 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 ...

8ヶ月 前 | 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...

8ヶ月 前 | 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...

8ヶ月 前 | 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...

8ヶ月 前 | 0