When to use html and latex

2 visualizzazioni (ultimi 30 giorni)
Alexandre
Alexandre il 13 Gen 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

Risposte (0)

Categorie

Scopri di più su App Building in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by