🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

text function

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

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

Find more posts tagged with

Sort by:
1 - 1 of 11