When to use html and latex
조회 수: 2 (최근 30일)
이전 댓글 표시
I've tried to make a table and I'd like to insert an epsilon. First with the command table but it doesn't work with latex code. So I've also tried with the command 'uitable' and the latex doesn't work too but it worked with html code.
So I'd like to know if it's possible to use latex with table and when can I use latex or html.
That's what I've already tried:
With table
k=[0; 1 ;2 ;3; 4]; e=[0.02; 0.02; 0.02; 0.02; 0.02]; c=[125 ;1000; 1254; 1023 ;4852]; table(k,e,c,'variablenames',['k' '\epsilon' 'N_150'],'interp','latex') table(k ,e, c)
and then with uitable
댓글 수: 0
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!