writing multiple arrays in a text file

hello dears, i have 2 arrays which i want to write them in a text file, both in 1 file in two seperate coloums,i also tried fprintf but it prints in 1 coloum. what shoud i do? THANKS.

Answers (3)

fprintf(fid, '%f%f', [A;B])
A and B are doublr row vectors and the output is length(A) by 2 columns.
alireza
alireza on 9 May 2011
thanks , if i want to write more arrays in other columns waht shoud i do ?

Categories

Asked:

on 8 May 2011

Community Treasure Hunt

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

Start Hunting!