Answered
Deep Learning Network Regularization and how to normalized multiple outputs like net.performParam.normalization in nntoolbox?
Hi Ji Hyeon, I'm glad to help with your questions regarding the improvement of multi-output predictions and regularization in d...

2 years ago | 0

Answered
Can someone please show me how to implement the stepfunction in Reinforcement Learning environment using "ActionVectors" in a continous action space (rlNumericSpec)?
Hi Mohamed, To resolve the dimensionality error in your MATLAB Reinforcement Learning environment when using rlNumericSpec for ...

2 years ago | 0

Answered
Impleneting a 3D Model!
Hi Mohamad, To create a cubic volume element with carbon nanotubes (CNTs) dispersed inside, you will need to perform several st...

2 years ago | 0

Answered
How can i define and plot Prediction interval for non-parametric distribution?
Hi israt, To create a probabilistic forecast from a point forecast using a non-parametric error distribution, you can follow th...

2 years ago | 0

Answered
How to create a weighted adjacency matrix from 3d array?
Hi Hande, To create a weighted adjacency matrix from a 3D array, you need to aggregate the connectivity information across the ...

2 years ago | 0

Answered
Inquire how to classify multiple lines in a one column scatter plot
Hi 경민 나, To classify points and find the cross lines in an image without using clustering, you can explore several image proces...

2 years ago | 0

Answered
How to call a separate function to a new program
Hi TheSaint, To incorporate the Discriminant function within another function that calculates the roots of a quadratic equation...

2 years ago | 0

Answered
How to compute PCA(principal component analysis) from corner points?
Hi Enrick, To compute PCA for skew correction using corner points in MATLAB, you can follow these textual steps: Prepare your ...

2 years ago | 0

Answered
plot functions not working: Error finding class matlab.graphics.chart.primitive.Line
Hi Jack, The error message you're seeing suggests that MATLAB is having trouble locating the class definition for the Line obje...

2 years ago | 0

Answered
stop animations with pause()
Hi Feynman, To stop, break, or suspend an animation loop in MATLAB without using Ctrl+C, you can introduce a condition that che...

2 years ago | 1

Answered
Prevent down-system initial condition propagation
Hi Philip, In Simscape Multibody, the initial conditions for velocities are typically set at the joint level, and these conditi...

2 years ago | 0

| accepted

Answered
Optimization of many simultaneous dimensions
Hi Eric, The warning you're receiving suggests that during the optimization process, a matrix (likely the Hessian or a matrix r...

2 years ago | 0

Answered
how to construct a batch for multiple trajectories in neural network
Hi Muhammad, The function you provided seems to be designed for creating mini-batches from a single long trajectory X, where X ...

2 years ago | 0

| accepted

Answered
Create a node in the space between two nodes (A and B) and following the direction normal to a node (N)
Hi Alberto, To create a node C in the space between two nodes A and B, following the direction normal to a node N, you can foll...

2 years ago | 0

Answered
What is the theoratical approach of the AutoScale function applied to the hinfsyn command for state space systems?
Hello Max, The hinfsyn command in MATLAB's Robust Control Toolbox is used to design an H-infinity optimal controller for a give...

2 years ago | 0

Answered
How to make three-layer perceptron with two inputs and one output in matlab?
Hi Arturzzaman, To implement a learning cycle of a three-layer perceptron with the given architecture (2-2-2-1), we will foll...

2 years ago | 0

Answered
how can i impliment PCA and LDA algorithm on DATA SET ?
Hi Laxman, Principal Component Analysis (PCA) is a statistical procedure that uses an orthogonal transformation to convert a se...

2 years ago | 0

Answered
How can i input a 2-d extracted features by wavelet scattering to a deep learning network
Hi Nagwa, To input 2-D extracted features by wavelet scattering into a deep learning network, you can follow these general step...

2 years ago | 0

Answered
How to set non linear of 50kVA in matlab simulation?
Hi Manish, To simulate a 50 kVA non-linear load in MATLAB that can create a voltage swell, you would typically use Simulink, wh...

2 years ago | 0

Answered
Average of adding two single numbers in two different column vectors
Hi Richard, To add the last elements of two row vectors and find the average of their sum MATLAB, you can simply access the las...

2 years ago | 0

Answered
Invalid or deleted object. By using .FormatConditions.Item(1).ColorScaleCriteria.Item(1).FormatColor = 8109667
Hi David, Below is the MATLAB code you can use to add a three-color scale conditional formatting to column B of an Excel worksh...

2 years ago | 0

Answered
pattern recognition neural network
Hi bpk, To ensure that your target variable is available for selection in the Neural Network Pattern Recognition Tool (nnprtool...

2 years ago | 0

Answered
How can i calculate the segregation and integration indices using brain connectivity toolbox functions?
Hi Khouloud, The Brain Connectivity Toolbox (BCT) is a MATLAB toolbox for complex network analysis of brain connectivity data. ...

2 years ago | 0

Answered
Is it possible to change to the second element of rlNumericSpec other than 1 ?
Hi Aysegul, In reinforcement learning (RL), particularly when using MATLAB's Reinforcement Learning Toolbox, the observation an...

2 years ago | 0

Answered
PLRS matlab vs Eigenvector Research software
Hi Nasire, The discrepancies you're observing between the predicted values obtained from MATLAB's plsregress function and the E...

2 years ago | 0

Answered
How can I use the Optimize Live Editor (GA) to train my Neural Network in Neural Network Toolbox?
Hi zong, To use Genetic Algorithm (GA) for optimizing the training of your Neural Network in MATLAB's Neural Network Toolbox, y...

2 years ago | 0

Answered
Which model to use with a d optimal design and a categorical factor?
Hi Kim, The design matrix X that you've obtained from the rowexch function in MATLAB represents the coded levels for each facto...

2 years ago | 0

Answered
Do Catboost in Matlab for high dimensional dataset
Hi Tim, There isn't a direct implementation of CatBoost for MATLAB. However, there are a few strategies you could consider to ...

2 years ago | 0

Answered
How can I run cmg software with an input data file?
Hi Meng Yuan, To automate the process of passing the CMG-generated data file name to the gm201910.exe program from MATLAB, you ...

2 years ago | 0

Answered
How to determine the dimension label of a vector and MiniBatchFormat for input of a deep neural network
Hi 畅 孙 , When working with multiple input layers in a deep neural network using MATLAB, it's essential to ensure that the min...

2 years ago | 0

Load more