I need to change the workspace format

1 次查看(过去 30 天)
Hello, I need to change the format of the workspace T1 and T2 to be all in ONE COLUMN.. just in the workspace..
So, for example:
T1 = column1 column2 column3
TO BE
T1 = colmun1 ;column2 ;column3

采纳的回答

Image Analyst
Image Analyst 2017-7-1
The format, row or column, matches the shape of the vector, row or column. So, row vectors show up in rows in the variable editor, while column vectors show up as columns. That's just the way it is. Why is that a problem for you?
  10 个评论
Image Analyst
Image Analyst 2017-7-2
I don't use publish capability so I can't help you with that. For selecting points, if you can't figure out imellipse(), etc. use rbbox(). All of those have examples in the help.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Environment and Settings 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by