Borrar filtros
Borrar filtros

Extracting the data using indices

16 visualizaciones (últimos 30 días)
Ramkumar D
Ramkumar D el 14 de Mzo. de 2022
Respondida: Vidip Jain el 27 de Sept. de 2023
While training data using nnstart package and saving the model provided the info of the model. In the training set of the model, random selection has been applied and indices are provided in a work sheet. I want to extract the data for the provided indices. Any tool to extarct the data using indices?

Respuestas (1)

Vidip Jain
Vidip Jain el 27 de Sept. de 2023
I understand that you want to extract data by using provided indices.
There are a few ways to extract data from a MATLAB training set using indices. One way is to use the ‘subset()’ function. The ‘subset()’ function takes a training set and a vector of indices as input and returns a new training set containing the data at the specified indices.
Another way to extract data from a MATLAB training set using indices is to use the linear indexing syntax. Linear indexing allows you to access individual elements of a matrix using a single index.
For further information, refer to the documentation links below:

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by