Switching a row vector to a column vector
이전 댓글 표시
I am having trouble switching a row vector to a column vector using fprintf. However, when I enter the variable that has the vector into the command window, it displays a column. But when I try to output that same variable using fprintf, it shows up as a column. I have another vector that I am trying to add it beside, because I am creating a table. I can't seem to do this however, because the vector will not flip. This is my output so far:

The bottom row of numbers is what I am trying to make a column and put it under "F" in the table. (The row goes on longer, I didn't screencap it all because it would have made the numbers too small in the image).
I have tried using the ' to flip the vector, but with no avail.
Thanks!
답변 (1개)
Titus Edelhofer
2014년 3월 25일
0 개 추천
Hi,
output using fprintf needs always to be done row wise, not column wise. So build up your data e.g. into a cell matrix and print it then using fprintf ...
Titus
댓글 수: 4
Matthew
2014년 3월 25일
Joseph Cheng
2014년 3월 25일
can you paste in the section of code?
Matthew
2014년 3월 25일
Matthew
2014년 3월 25일
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
