Livescript: equation number
Show older comments
I edit Livescript and I write equations on Livescript using latex. Is it possible to number these equations like
?
Accepted Answer
More Answers (1)
Jelder
on 1 Apr 2025
0 votes
You can use the following trick:
\matrix{ y_1 = a_1 + b_1\cdot{x} && (1)}
\matrix{ y_2 = a_2 + b_2\cdot{x^2} && (2)}
1 Comment
Walter Roberson
on 1 Apr 2025
However, there is no automatic numbering, and no automatic equation referencing.
Categories
Find more on Elementary Math in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!