photo

Hornett


Last seen: 3 días hace Con actividad desde 2023

Followers: 1   Following: 0

Estadística

  • 12 Month Streak
  • Knowledgeable Level 2
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Change certain values in a matrix
Hi Nikolas, I have understood that you are looking to replace specific patterns in a column vector. To perform the action you c...

alrededor de 2 meses hace | 0

Respondida
Some advice after taking a look at this code.
Hi Ricardo, After going through your code i would suggest you to avoid unnecessary function calls, Minimize the number of funct...

alrededor de 2 meses hace | 0

Respondida
How to pass auxiliary argument to publish stylesheet?
Hi Manuel, I understand that you are trying to make your custom documentaion for your code. I kindly suggest reviewing this doc...

alrededor de 2 meses hace | 0

Respondida
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 ...

alrededor de 2 meses hace | 0

Respondida
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 ...

alrededor de 2 meses hace | 0

Respondida
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,...

alrededor de 2 meses hace | 0

Respondida
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...

alrededor de 2 meses hace | 0

Respondida
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 ...

alrededor de 2 meses hace | 0

Respondida
Multiple comparison test: hsd
Hi Aniruddha, In MATLAB, you can use the multcompare function to perform multiple comparisons of all group pairs after an ANOVA...

alrededor de 2 meses hace | 0

Respondida
How to modify the fully connected layer for YOLO purposes?
Hi Fahmi, You can use MATLAB's removeLayers function in order to remove a layer from a neural network, then you can add your ow...

alrededor de 2 meses hace | 0

Respondida
How to Plot Accuracy instead of RMSE in the training progress graph of 'trainNetwork'
To plot accuracy instead of RMSE in the training progress graph when using trainNetwork with LSTM for a classification task, you...

alrededor de 2 meses hace | 0

Respondida
Is there any way to determne the number of support vectors while using classifier app?
Hi Krishna, You can use the supportVectors propertt from the classificationSVM class to get the number of support vectors. "Su...

alrededor de 2 meses hace | 0

Respondida
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...

2 meses hace | 0

Respondida
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...

2 meses hace | 0

Respondida
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...

2 meses hace | 0

Respondida
TCP/IP Client Send Block sent excess package
Hi Dany, I understand you're facing an issue with TCP communication in Simulink where multiple packets are being sent instead o...

2 meses hace | 0

Respondida
How to build a highly generic model for actuators?
I Ziqi, I understand you want to model a nonlinear actuator. Modeling a nonlinear actuator involves capturing the nonlinear cha...

2 meses hace | 0

Respondida
How to put NaN when concatenating *.dat files in a single matfile
Hello Jeffery, I see that you are encountering difficulties when attempting to merge various data files. After reviewing your c...

2 meses hace | 0

Respondida
MATLAB打包APP为独立的exe文件时出错
I understand that you are facing the issue while accessing the array. The error message you provided indicates that there is an ...

2 meses hace | 0

Respondida
multi input and multi output LSTM
You can train a multi-output LSTM network using a custom training loop. Here is an example of how to train a network with multip...

2 meses hace | 0

Respondida
Solution for circular-linear regression
Hi Osama, You can look at the following matlab file exchange toolbox. Circular Statistics Toolbox: https://www.mathworks.com/m...

2 meses hace | 0

Respondida
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...

2 meses hace | 0

Respondida
Poisson process: exponential inter arrival time vs exponential holding time
To simulate a system where arrivals follow a Poisson process and service durations are exponentially distributed, you'll use MAT...

2 meses hace | 0

Respondida
How do I fix NARX neural network performance value?
The performance value of your NARX neural network changes upon retraining due to the following reasons: Random Initialization: ...

2 meses hace | 0

Respondida
New initial starting point (input and output) of already trained LSTM Network
Hi Leon, Yes it is possible to use an already trained network for new predictions, take a look at the following documentation o...

2 meses hace | 0

Respondida
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...

2 meses hace | 0

Respondida
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...

2 meses hace | 0

Respondida
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 ...

2 meses hace | 0

Respondida
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 meses hace | 0

Respondida
Confidence intervals in QQplot
To include confidence intervals in a Q-Q plot for a distribution fit, you can follow these steps. MATLAB's qqplot function doesn...

2 meses hace | 0

Cargar más