
How to add tables in the Live Editor?
55 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I was wondering how to add a table in the live editor. Thanks.
0 Kommentare
Antworten (4)
Ganesh
am 21 Sep. 2019
Bearbeitet: Ganesh
am 21 Sep. 2019
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 Kommentare
Anselm Griffin
am 18 Okt. 2018
Hi Looks like you cant. If anybody else knows can they let us know please? Regards Anselm
2 Kommentare
Julie Shapiro
am 10 Jul. 2025
Starting in R2023b, you can add editable tables to live scripts using the toolstrip.
To insert a table, on the toolstrip, go to the Insert tab and select Table. Move the cursor over the grid to highlight the numbers of rows and columns you want and then click to add the table. To create a larger table, select the Insert a table button and specify the numbers of rows and columns in the dialog box.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Operators and Elementary Operations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!