When to use html and latex

2 views (last 30 days)
Alexandre
Alexandre on 13 Jan 2015
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

Answers (0)

Categories

Find more on App Building in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!