putting text of two lines in one cell in table

10 次查看(过去 30 天)
I'am solving a power flow problem using newton raphson method on MATLAB, I've finished the code and right know am in the stage of pesenting my results and I'm facing a problem. I'm trying to construct a table and I know how to do it, but my problem is that am trying two put two lines in a single cell and I can't do it, can anybody help me?

采纳的回答

Walter Roberson
Walter Roberson 2023-12-15
table() are not designed for presentation purposes. All of the methods for putting multiple lines into one cell result in displaying something along the lines of
1 {2 x 1 cell array}
2 {2 x 1 cell array}

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by