fprintf two column vectors at once
Show older comments
I have two column vectors of 1x10 and I want to find a way to fprintf or display them next to eachother like such...
vector 1:
0
-0.11
-0.22
-0.33
....
1
vector 2:
1.011
1.024
1.035
....
1.11
And I want to have them come out something like
0 1.011
-0.11 1.024
-0.22 1.035
....
1 1.11
Thank You
Accepted Answer
More Answers (0)
Categories
Find more on Elementary Math in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!