Feeds
已回答
strtok return nothing
[T,D]=strtok(num2str(5.5),'.5') return T='' D='' have the same problem.
strtok return nothing
[T,D]=strtok(num2str(5.5),'.5') return T='' D='' have the same problem.
13 years 前 | 0
提问
strtok return nothing
Hi, all, I have a question about strtok. Run [T,D]=strtok(num2str(5.5),'0.5') return T='' D='' what's wrong? other ...
13 years 前 | 2 个回答 | 0