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

6 maanden 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 ...

6 maanden 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...

6 maanden 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...

6 maanden 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...

6 maanden 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...

6 maanden 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 ...

6 maanden 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...

6 maanden 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...

6 maanden 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...

6 maanden 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...

6 maanden 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...

6 maanden 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...

6 maanden 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...

6 maanden 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...

6 maanden 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...

6 maanden 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. ...

6 maanden 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...

6 maanden 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...

6 maanden 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...

6 maanden 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...

6 maanden 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 ...

6 maanden 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 ...

6 maanden 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...

6 maanden ago | 0

Answered
Deploy Java wrapper around m-file wrapper around a mex file?
Hi FM, Yes, you can deploy a Java wrapper of kamada_kawai_spring_layout.m or a Java wrapper of your own wrapper of kamada_kawai...

6 maanden ago | 1

| accepted

Answered
Change TD3 actor network layers
Hi YQ, The error message you're encountering indicates that the actor network you're attempting to import back into the Reinfor...

6 maanden ago | 0

Answered
How can i compile a source code to slcovmex format with gcc compiler?
Hi 종한 김, To compile a C-MEX S-function with coverage using GCC (MinGW64), you would typically need to add the necessary compile...

6 maanden ago | 0

Answered
LSTM for time series forecasting
Hi Nestoras, When you're dealing with multiple parallel time series that affect each other, you're looking at a multivariate ti...

7 maanden ago | 0

| accepted

Answered
How can I add a method to a table class?
Hi Ronald, In MATLAB, when you define a class using the classdef keyword in a single file (not in an @class folder), the class ...

7 maanden ago | 0

Answered
Multiclass Classification using SVM (tuning C parameter)
Hi Assem, In MATLAB, you can use the OptimizeHyperparameters option within fitcecoc to automatically tune hyperparameters such ...

7 maanden ago | 0

Load more