필터 지우기
필터 지우기

How to publish table on one line using publish button?

조회 수: 1 (최근 30일)
Danny
Danny 2014년 11월 1일
댓글: Geoff Hayes 2014년 11월 2일
I made a table using the array2table function. When I use the publish button (on PUBLISH tab), the table gets split down the page with one column at the top of the page and the rest below, i.e.:
header 1
row1 DATA
header 2 header 3
row1 DATA DATA
whereas I want
header1 header 2 header 3
row1 DATA DATA DATA
How do I tell Publish to put the entire table on one line rather than splitting it?
  댓글 수: 1
Geoff Hayes
Geoff Hayes 2014년 11월 2일
Danny - are you copying pasting the table into an m file and then publishing that file?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Tables에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by