답변 있음
Generating a plot of showing points directed towards PC1
Hi Stephen To plot your data points along the first principal component (PC1) and show eigenvectors as arrows directed towards ...

2개월 전 | 0

답변 있음
Feature Extraction in Time-Frequency Domain - Audio Classification
To convert audio signals to Discrete Wavelet Transform (DWT) images and save them according to their labels, you can modify the ...

3개월 전 | 0

답변 있음
How to vectorise a knnsearch loop to find nearest neighbours
Vectorizing the loop in your MATLAB code can significantly improve its performance, especially with larger datasets. Here's a wa...

3개월 전 | 0

답변 있음
Using Parallel Reference Code Generation with Embedded Coder
To improve code generation speed for a large Simulink model with nested model references, even after enabling parallel builds, c...

3개월 전 | 0

답변 있음
How to write append a few lines in model_initialize function for a MATLAB function block in Simulink?
To insert custom code into the model_initialize function for a MATLAB Function block in Simulink without creating a separate ini...

3개월 전 | 0

답변 있음
How to train one agent and don't update another one in multi-agent reinforcement learning setup?
You can train AgentB in a multi-agent reinforcement learning environment while keeping AgentA's policy unchanged. This approach ...

3개월 전 | 0

답변 있음
Neural Clustering Tool Testing Output
Hi Sydney, To obtain and analyze the output matrix for your test data in a Self-Organizing Map (SOM) in MATLAB 2020b, follow th...

3개월 전 | 0

답변 있음
Reinforcement Learning Implementation using DQN
To implement a Deep Q-Network (DQN) agent for reinforcement learning in the latest versions of MATLAB, you can leverage the Rein...

3개월 전 | 0

답변 있음
how to feed "MachineData.mat" raw data from "anomaly detection" into biLSTMAutoencoder ?
Hi juliette, To correctly shape your data for a biLSTM network in MATLAB, ensure it follows the [sequenceLength, numFeatures, n...

3개월 전 | 0

답변 있음
How to take negative of the neural network function for maximization?
To maximize the output of a neural network using a genetic algorithm (GA) in MATLAB, where optimization defaults to minimization...

3개월 전 | 0

답변 있음
Which equation is solved with ThermalModel?
For thermal analysis, the thermalModel object in MATLAB simplifies the process of setting up and solving heat transfer problems....

3개월 전 | 0

답변 있음
resuscitation bag medical ventilator
I understand that you want to simulate a simple medical ventilator using Simscape/Simulink that involves creating a model that c...

4개월 전 | 0

답변 있음
my dlgradient returns all "0"
When dlgradient returns zeros for all gradients, it usually indicates that the loss function's gradient with respect to the netw...

4개월 전 | 0

답변 있음
Lateral Driver does not drive full circle
Hi Simon, Dealing with the discontinuity in yaw angle (heading) that jumps from (\pi) to (-\pi) (or vice versa) is a common iss...

4개월 전 | 0

답변 있음
Incorrect focal length by Camera Calibrator?
The discrepancy you are observing might be due the fact that OpenCV spatial coordinate system specifies the upper-left pixel cen...

4개월 전 | 0

답변 있음
Applying weighted regression for Parameter estimation in Simulink
In Simulink, when performing parameter estimation with multiple outputs that have different levels of importance or reliability,...

5개월 전 | 0

답변 있음
Using CSCVN to interpolate
Hi, The cscvn function in MATLAB generates a parametric cubic spline from a set of points. When using this function, the result...

5개월 전 | 0

답변 있음
How to conduct Friedman test to compare metaheuristics and which data sets I should consider?
In practice, the mean or median values are more commonly used for statistical comparisons in algorithm performance because they ...

5개월 전 | 0

답변 있음
Can i use FitPosterior for a cell?
Hi Fabrizo, The error message you're seeing indicates that fitPosterior is being called with an input argument of type 'cell', ...

5개월 전 | 0

답변 있음
Machine learning model (neural network or SVM) for unequal feature matrices size
Hi Preetham, Combining different feature matrices with varying dimensions into a single classifier for each feature descriptor ...

5개월 전 | 0

답변 있음
using a dendrogramm to cluster columns of a matrix with complex entries
Hi Gabriel, Since the linkage function in MATLAB doesn't support complex numbers directly, you'll need to find a workaround. On...

5개월 전 | 0

답변 있음
Response of a SDOF damped system subjected to harmonic base excitation
It seems that you're trying to plot the transmissibility (T_d) as a function of the frequency ratio (r) for a single degree of f...

6개월 전 | 0

답변 있음
Quadcopter Project Aerodynamic Effects
According to me there is no direct way to simulate drag effect or ground effect in simulink. However, you can still simulate the...

6개월 전 | 0

답변 있음
How to change the input Dataset (Drivecyclespeed) in Glider Model
Hi Gurudesh, The driver is connected to an inport block named "drivecyclesSpeed[mph]", Double-click on the inport block and you...

6개월 전 | 0

답변 있음
Method to utilize compressor table in Powertrain Blockset on own purpose
To build a compressor map and correlate it with your own data for use in a Simulink model independently from the Powertrain Bloc...

6개월 전 | 0

답변 있음
Saved Agent gives me constatn output always..
Hi Sungho Park, I understand that you have a pretrained RL DDPG agent and you want to load that agent in MATLAB, when you load ...

6개월 전 | 1

답변 있음
multidimensional triangulation based on non-Euclidean distances from landmarks
Hi Philipp, Landmark MDS can work with non-Euclidean distances, such as correlation distances. However, it's important to note ...

6개월 전 | 0

답변 있음
Communicating to NET dll by class.
Hi Laurent, Yes, it is possible to send a class to and from a MATLAB .NET assembly and a C# Visual Studio project. MATLAB Compi...

6개월 전 | 1

| 수락됨

답변 있음
can't smooth GM nifti images using spm12
Hi Ali, It appears that the smoothing operation in SPM12 has failed due to an issue with the datatype of the image you are tryi...

7개월 전 | 0

답변 있음
Coder and .net Dll examples
Hi Dharmesh, I understand that you have a MATLAB code which needs to be converted to DLL file. To generate DLLs from MATLAB fi...

7개월 전 | 0

더 보기