How to add tables in the Live Editor?

126 ビュー (過去 30 日間)
YT
YT 2018 年 5 月 29 日
編集済み: Ganesh 2019 年 9 月 21 日
I was wondering how to add a table in the live editor. Thanks.

回答 (3 件)

Ganesh
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:

Anselm Griffin
Anselm Griffin 2018 年 10 月 18 日
Hi Looks like you cant. If anybody else knows can they let us know please? Regards Anselm
  2 件のコメント
Dennis
Dennis 2018 年 10 月 18 日
A=randi(10,10,3);
table(A)
YT
YT 2018 年 10 月 18 日
This was not what I meant. I found a solution. See my comment below.

サインインしてコメントする。


YT
YT 2018 年 10 月 18 日
I found a way around by using matrix as shown below.
$\left[\matrix{\textbf{Heading1}&\textbf{Heading2}&\quad&\textbf{Heading3}&\quad& \textbf{Heading4}&\quad&\textbf{Heading5}\cr & &\quad& &\quad& &\quad& }\right]$

カテゴリ

Help Center および File ExchangeLaTeX についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by