[绘图] 新手求助 读到字串 想画成图

楼主: kobegreat   2016-05-24 03:47:30
各位大大好
我最近用RS232读取PIC的值
读到的是字串 请问要如何能够让他画成点呢?
t=0;
o=0;
while o==0;
hold on
for i=1:50
pause(0.1);
out=fread(SerPIC,10,'uint8');
fprintf('%s',out)
%plot(t,out,'*r')
t=t+0.1;
end
hold off
o=1;
end
用plot得到的图似乎是字串经过ASCII转换后的数字
例如应该读到344.00
可是图形上的点却是ASCII转换后的数字
请问要怎么做才能使字串例如344.00 画在plot的图上呢?
谢谢
作者: name0625 (lawpy)   2016-05-24 07:14:00
str2double

Links booklink

Contact Us: admin [ a t ] ucptt.com