Showing posts with label convert. Show all posts
Showing posts with label convert. Show all posts

Tuesday, March 24, 2015

Convert a dataset to matrix

For the only case when the dataset solely incorporates numbers, this double perform can be utilized to transform a dataset to matrix, or a vector if there is just one variable within the dataset:

m=double(ds)

Convert a dataset to matrix

For the simplest case when the dataset only contains numbers, this double function can be used to convert a dataset to matrix, or a vector if there is only one variable in the dataset:

m=double(ds)