Respondida
Problem with closeloop of network Narx
HI Francisco, To perform multi-step (e.g., three-step) ahead prediction with a NARX network in MATLAB, you first convert your t...

4 meses hace | 0

Respondida
How to import weights and bias in nntool
Hi Niculai, To reuse pretrained weights and biases in a new network architecture using nntool, you first need to locate the wei...

4 meses hace | 0

Respondida
In a single hidden layered neural network, how do I calculate sensitivity of each input parameter on the output of the result?
Hi Sunil, To assess how each input parameter affects the output of your neural network, you can calculate the sensitivity of th...

4 meses hace | 0

Respondida
rank of PCA of first order kinetic after meancentering
Hi Nona, When analyzing first-order kinetic data, the concentration profiles of different samples over time are all proportiona...

4 meses hace | 1

Respondida
PSO coding for multi-objective function-cost fumction and congestion function
Hi Subash, Particle Swarm Optimization (PSO) is a popular metaheuristic technique used for solving complex optimization problem...

4 meses hace | 0

Respondida
How to set the initial state of NARX networks during a Simulink simulation?
Hi Luke, When switching between two trained NARX neural networks (NN1 and NN2) in Simulink, and you need the active network to ...

4 meses hace | 0

Respondida
How to change the number of inputs NN tool?
Hi Bhairvi, If you want to use MATLAB’s nntool to create a neural network with 4 inputs, 10 hidden layers, and 1 output, you sh...

4 meses hace | 0

Respondida
Multcompare for fitlm output or something similar?
Hi Paul, You are correct that a significant X*G interaction in your model (Y ~ CV1 + CV2 + X*G) indicates that the slope of Y v...

4 meses hace | 0

Respondida
Why there is difference in MATLAB and RStudio outputs of PCA?
Hi Maryam, When performing Principal Component Analysis (PCA) in R using the prcomp() function with center=TRUE and scale.=TRUE...

4 meses hace | 1

Respondida
A question about Block PCA application
Hi Dong, To perform PCA on subpictures (blocks) of each image and prepare the data for SVM classification, you should first div...

4 meses hace | 0

Respondida
How do I use a quintic spline function (spapi)?
Hi Kazumichi, To perform quintic spline interpolation with your data in MATLAB using the spapi function, you first need to deci...

4 meses hace | 0

Respondida
Displacements and strains in Ncorr vs Ncorr_post
Hi Dhanushka, This discrepancy typically occurs because Ncorr_post applies a scaling factor to convert pixel displacements to p...

5 meses hace | 0

Respondida
SVM classification using LIBSVM, Accuracy Problem
Hi HST, When working with neural networks for classification in MATLAB, it’s crucial to properly format your input data and tar...

5 meses hace | 0

Respondida
Neural Network toolbox. Training and testing the model
Hi Medet, Absolutely, scaling your data is a crucial step when working with neural networks, especially when your output variab...

5 meses hace | 0

Respondida
PCA and WPCA for dimentionality reduction after Feature Extraction in speaker recognition system
Hi Shaikha, After extracting MFCC features, it's common to apply dimensionality reduction techniques such as PCA (Principal Com...

5 meses hace | 0

Respondida
what is the code of plotroc only in testing sample
Hi Zhou, By default, the plotroc function in MATLAB's Neural Network Toolbox will plot the ROC curve using all data (training, ...

5 meses hace | 0

Respondida
multcompare and anovan with continuous group variable
Hi Christina, The error you encountered arises because the multcompare function in MATLAB is intended for making pairwise compa...

5 meses hace | 0

Respondida
multcompare: 6th column of 'c'?
Hi Powel, 1)You are correct that in recent MATLAB versions, the c-matrix output from multcompare includes a sixth column contai...

5 meses hace | 0

Respondida
Last version of MULTICOMPARE script
Hi Maria, If you're using an older version of the multcompare script that doesn't provide p-values, you can still perform multi...

5 meses hace | 0

Respondida
tensor product spline evaluation
Hi jack, You can efficiently evaluate a bivariate B-spline surface at many arbitrary (x, y) points without a for-loop by using ...

5 meses hace | 0

Respondida
how we find trainSet or testSet in form of row or column????
Hi Prema, If you want to display your training or test set in MATLAB either row-wise or column-wise, you can use simple indexin...

5 meses hace | 0

Respondida
"sequentialfs'' selects only the first column in the feature set.
Hi Ounkhin, The issue you’re experiencing with sequentialfs always selecting the first feature is commonly due to either the da...

5 meses hace | 0

Respondida
Any Matlab procedure to compute Peristence Diagram in a dimension higher than 3? I have the Topological Data Analysis module but the procedures go just up to dim-3
Hi tanya , Currently, MATLAB’s Topological Data Analysis (TDA) module only supports computation of persistence diagrams up to d...

6 meses hace | 0

| aceptada

Respondida
Why is http request blocked even though I have empty ProxyURI and no Web Settings proxy specified?
Hi Daniel , It appears that the issue arises because, even though you have unchecked "Use a proxy server to connect to the inte...

6 meses hace | 0

Respondida
Is simulink model is independent of microcontrollers?
Hi Jerry , It is not possible to create a single, universal Simulink block that works across all microcontrollers (like STM32, ...

6 meses hace | 1

| aceptada

Respondida
Can glmfit() be used with time/epoch sampled data?
Hi Psemaj, Yes, you can use glmfit() for your data if you treat each trial’s time series as a feature vector. In this approach,...

6 meses hace | 0

Respondida
how can I add a bias in lassoglm?
Hi Debora, When you use lassoglm in MATLAB , the intercept (bias/constant) is handled automatically; you do not set it manually...

6 meses hace | 0

Respondida
How to get the Multiobjective GA code for the optimal placecment of DGs in Radial distribution System?
Hi Bala, Here’s an introductory MATLAB code template for Multi-Objective Genetic Algorithm (MOGA) applied to Optimal Siting and...

6 meses hace | 0

Respondida
wind speed and wind power forecasting
Hi Eng, Below is an example of how you can forecast wind speed in a wind farm using an Artificial Neural Network (ANN) in MATLA...

6 meses hace | 0

Respondida
how do i use the bootstrap method with a custom fit function?
Hi Chad, Yes, you can use your custom function within the bootstrp function by defining it as a function handle. The bootstrp f...

9 meses hace | 0

Cargar más