필터 지우기
필터 지우기

putting text of two lines in one cell in table

조회 수: 9 (최근 30일)
Hamza Harbi
Hamza Harbi 2023년 12월 15일
답변: Walter Roberson 2023년 12월 15일
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?

답변 (1개)

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}

카테고리

Help CenterFile Exchange에서 Newton-Raphson Method에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by