Effacer les filtres
Effacer les filtres

Double Prime

20 vues (au cours des 30 derniers jours)
Reza
Reza le 10 Juin 2011
I am trying to type double prime for a x label and I cannot make it work. Instead of double prime I get two prime with extra distance.
xlabel('$G^{\prime\prime}$','Interpreter','latex')
I also used other potential symbols like \second and \dprime but did not work. Direct type of it (˝) or $$G''$$ did not work either. I am using a mac and latexit or other tex software produced what I meant correctly!
Furthermore, commands like xlabel('G'' ') also end up to the wrong thing and omit one of the primes!
  2 commentaires
Walter Roberson
Walter Roberson le 10 Juin 2011
Wait -- Mac? Which OS-X version? and which MATLAB version?
Somewhere around R2010 there were (if I recall) problems with using LaTex on OS-X .
Walter Roberson
Walter Roberson le 10 Juin 2011
See http://www.mathworks.com/support/bugreports/249537
which just happened to get mentioned in a different Question this morning.

Connectez-vous pour commenter.

Réponses (3)

Matt Tearle
Matt Tearle le 10 Juin 2011
If it's just a matter of spacing, you could always remove some space between the primes:
xlabel('$G^{\prime\!\prime}$','Interpreter','latex')
  1 commentaire
Reza
Reza le 11 Juin 2011
Perfect, thank you!

Connectez-vous pour commenter.


Ivan van der Kroon
Ivan van der Kroon le 10 Juin 2011
xlabel('test''''')
gives you an xlabel as test'' You need double primes in strings for a single prime.

Arnaud Miege
Arnaud Miege le 10 Juin 2011
It looks OK to me:
Arnaud
  2 commentaires
Arnaud Miege
Arnaud Miege le 10 Juin 2011
I should maybe have said that I am using R2011a on Windows 7 64-bit.
Reza
Reza le 11 Juin 2011
Wrong, Quotation is different than double prime (or segond), at least in the mac.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Historical Contests dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by