When to use html and latex
2 views (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!