putting text of two lines in one cell in table
10 views (last 30 days)
Show older comments
Hamza Harbi
on 15 Dec 2023
Answered: Walter Roberson
on 15 Dec 2023
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?

0 Comments
Accepted Answer
Walter Roberson
on 15 Dec 2023
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 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!