Livescript: equation number
이전 댓글 표시
I edit Livescript and I write equations on Livescript using latex. Is it possible to number these equations like
?
채택된 답변
추가 답변 (1개)
Jelder
2025년 4월 1일
0 개 추천
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
Walter Roberson
2025년 4월 1일
However, there is no automatic numbering, and no automatic equation referencing.
카테고리
도움말 센터 및 File Exchange에서 Elementary Math에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!