How to add tables in the Live Editor?
조회 수: 57 (최근 30일)
이전 댓글 표시
I was wondering how to add a table in the live editor. Thanks.
댓글 수: 0
답변 (3개)
Ganesh
2019년 9월 21일
편집: Ganesh
2019년 9월 21일
Using \matrix is perhaps the only way to do this. Here is an example to create a table with math:
\matrix{
\text{Component} & n_0 \text{mol} & n(\tau) \text{mol} & p(\tau) = P n(\tau)/\Sigma n(\tau) \cr
N_2 & 1 & 1-\xi/2 & P(1-\xi/2)/(4-\xi) \cr
H_2 & 3 & 3-3\xi/2 & P(3-3\xi/2)/(4-\xi) \cr
NH_3 & 0 & \xi & P\xi/(4-\xi) \cr
\Sigma & 4 & 4-\xi & P \cr
}
Entering this into the live editor's LaTeX equation box produces the following:
댓글 수: 0
Anselm Griffin
2018년 10월 18일
Hi Looks like you cant. If anybody else knows can they let us know please? Regards Anselm
댓글 수: 2
참고 항목
카테고리
Help Center 및 File Exchange에서 Debugging and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!