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)

No comments:

Post a Comment