how to read and a file format .cvv which contains color velocity (Y) and variance data (X)?

3 views (last 30 days)
Hi i am new in matlab so i wanted to read and get the Y and X value of an .cvv file format that i have this is organized in 2 bytes the first for Y and the second for X. I would like to know what can i use to read those values i do not know if would be a good idea to open the file with notepad ++
  2 Comments
Jan
Jan on 7 Apr 2014
You can simply try to open the file with notepad++. What do you observe?
"2 bytes" is not a unique definition of the format. This could be a signed or unsigned 16bit integer, two ASCII characters or a rarely used 16 bit floating point format. More details are required.

Sign in to comment.

Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!