When to use html and latex

1 Ansicht (letzte 30 Tage)
Alexandre
Alexandre am 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

Antworten (0)

Kategorien

Mehr zu App Building finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by