I have a txt like this:
9,15,5,10,14,5,11,15,5,7,19,0,4,22,0
7,8,7,10,8,4,11,7,0,9,12,7,11,11,0
each row has 15 data values; actually it's a set of 5 points with three atrributions.
such as, the first point is (9,15,5),9 and 15 are x and y direction of a point, 5 is the orientation,
I want to use 4 bits to store x and y, 3 bits to store orientation.
and then store all the data after transformation in a new txt file.
The sample of my data is in the attachment.
Anyone know how to solve it?
Thank you so much.
2 件のコメント
dpb (view profile)
このコメントへの直接リンク:
https://jp.mathworks.com/matlabcentral/answers/440622-how-to-store-all-the-datas-of-a-txt-file-in-some-given-bits#comment_662362
Jiajie Zhang (view profile)
このコメントへの直接リンク:
https://jp.mathworks.com/matlabcentral/answers/440622-how-to-store-all-the-datas-of-a-txt-file-in-some-given-bits#comment_662540
サインイン to comment.