[问题] 请问如何将字串拆解分开

楼主: Iloinen (阿蒟)   2014-04-06 02:20:10
有几笔字串大概像这样存成cell
a = '250.24 0.1271' '250.84 -0.3609' '251.43
0.2460' '252.03 0.2309'
想要让前后的数字拆成两个字串,方便之后画图
250.24~252.03 一组
0.1272~0.2309 一组
请问有办法吗><
谢谢大家QQ
楼主: Iloinen (阿蒟)   2014-04-06 02:40:00
自己找到一种方法..先用strtok 再用cellfun(@str2num,a)

Links booklink

Contact Us: admin [ a t ] ucptt.com