times sign in matlab

Hi,
I am looking for a sign with I can use to write the times-sing (*), but in the midddle. I used this:
text(8.3,1,'\delta \times Stock','color','k');
unfortunately \times gives me just a cross as the times-sign, are there other possible times signs (star as above but in the middle of the line, dot ....)?
Thanks for your help!

 Accepted Answer

Walter Roberson
Walter Roberson on 7 Apr 2013

0 votes

The available TeX symbols are shown in http://www.mathworks.com/help/matlab/ref/text_props.html#String and click on "TeX Character Sequence Table"

3 Comments

Locks
Locks on 7 Apr 2013
there they just used the *sign, so there is nothing else?
Possibly \circ or \bullet or \o ?
Locks
Locks on 7 Apr 2013
thanks

Sign in to comment.

More Answers (1)

Pablo Maier
Pablo Maier on 5 Jun 2019

2 votes

\cdot is the right one

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!