text function

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

Hello,

 

I am trying to annotate a figure in Compose, which requires special characters. Please see the sample code below. Are these special characters available in Compose?

 

clear all;
close all;
clc;
x=linspace(0,2*pi,200);
y=sin(x);
plot(x,y);
text(pi,1,[num2str(15),'^{0}']);
text(pi,-1,['\oslash',num2str(25)]);

 

 

Thank you

Berker

Tagged:

Answers

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited June 2018

    Hello Berker,

          Unfortunately the special characters are not supported in Compose yet. 

     

    Thanks,

    Sijo George