Skip to contents

Reads a file written by export_data() (or MATLAB Tensor Toolbox exportdata) and reconstructs the corresponding object.

Usage

import_data(fname)

Arguments

fname

Path of the file to read.

Value

A Tensor, matrix, KTensor, or Sptensor depending on the file header.

See also