How to access to the information of a file

조회 수: 1 (최근 30일)
Camilo Guevara
Camilo Guevara 2020년 4월 7일
댓글: Stephen23 2020년 4월 7일
I have extracted the data from my recoding program:
1-My file have electric currents from patch clamp experiments,( numbers with time and picoamperes).
2- I used Hex Editor Neo to clear the header and be able to open it with matlab.
3- I used fileID=fopen() to open the file in matlab (I did it with success).
4- Now I have I file like this: (I will only paste a part of it) ÝvUm¹v\mÙvTmÛvOmïvPmÑvQmÏv\mãvSmÃvVmív it is encoded in 'windows-1252'
What I want to do is to trasform that encoded values and be able to see and work with the numbers (time and picoamperes). If it is not clear I will write the strugle
1) Let's say my data is 300 pA 100 ms, 400 pA 200 ms and so on. (The recording program doesn't show me the raw data).
2) It is encoded as: ÝvUm¹v\mÙvTmÛvO
3) I want to come back to 300 pA 100 ms, 400 pA 200 ms and so on.
  댓글 수: 1
Stephen23
Stephen23 2020년 4월 7일
Please click the paperclip button and upload the original data file (the one with the header).

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by