How to separate log file data containing different strings?
이전 댓글 표시
Hi,
I have my log file data in following format
15303,"Actual RPM","0.0"
15303,"Actual RPM","0.0"
15602,"RPM Error","1434.2168665609909"
15602,"RPM Error","1434.2168665609909"
15602,"Actual RPM","565.7831334390091"
15603,"Actual RPM","565.7831334390091"
15702,"RPM Error","1005.5968324944437"
15702,"RPM Error","1005.5968324944437"
and it continues in the similiar trend. I want to separate Actual RPM and RPM error so that i can plot them individually. How to do that?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Database Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!