Save a cell array into a .txt file

3 views (last 30 days)
Vinit
Vinit on 30 Jul 2014
Commented: Vinit on 31 Jul 2014
How to save a cell which has three columns into a text file with three columns?
  2 Comments
Azzi Abdelmalek
Azzi Abdelmalek on 30 Jul 2014
Three columns of what? numbers or text?
Vinit
Vinit on 31 Jul 2014
The numbers that i extracted from the txt file

Sign in to comment.

Answers (1)

dpb
dpb on 30 Jul 2014
See Example Exporting a Cell Array to a Text File under
doc fprintf

Categories

Find more on Cell Arrays in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!