Save a tensor on csv file

13 views (last 30 days)
Giuseppe
Giuseppe on 16 Oct 2013
Commented: Jan on 17 Oct 2013
Hi,
I'm using tensor toolbox to manage a dataset and data are stored into a tensor. I need to save this tensor in a CSV file. I tried the standard commands: dlmwrite, save, csvwrite but these commands works only for matrix. Can you suggest a technique to save a tensor on a csv file? Thanks.
  2 Comments
Jonathan LeSage
Jonathan LeSage on 16 Oct 2013
Edited: Jonathan LeSage on 16 Oct 2013
Are you using the tensor toolbox from Sandia?
Jan
Jan on 17 Oct 2013
@Giuseppe: A very important detail is missing: How is the "tensor" represented in Matlab? This cannot be guessed and therefore suggeting an export method is not possible without wild guessing.
Please add this important detail where readers expect it: Edit the original question, and do not hide this point in a comment or pseudo-answer. Thanks.

Sign in to comment.

Answers (0)

Categories

Find more on Data Import and Analysis in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!