Filter löschen
Filter löschen

How to publish table on one line using publish button?

1 Ansicht (letzte 30 Tage)
Danny
Danny am 1 Nov. 2014
Kommentiert: Geoff Hayes am 2 Nov. 2014
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 Kommentar
Geoff Hayes
Geoff Hayes am 2 Nov. 2014
Danny - are you copying pasting the table into an m file and then publishing that file?

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Tables finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by