use strings for xticklabels

R

Rose

my string containing a number of alphabets is loaded by:

ss= fscanf(ssfid,'%s',[1 inf]);

the xy coordinates are read by:

xy = fscanf(fid,'%d %g ',[2 inf]);

when I try to plot by:

plot ( xy(1,:), xy(2,:) );
set(gca, 'XTick',ss, 'XTickLabel',ss );

all the data clump together but

for ii = 1:size(xy(1,:))
text(xy(1,ii)+0.2,xy(2,ii),ss);
end

does not have the problem. How to solve that? I want to put the ss alphabets
as X tick labels.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top