How to seperate x, y axix values
조회 수: 1 (최근 30일)
이전 댓글 표시
I have a file named 'tree' which contains the x and y values in it. Its an old data so i couldnt remember some file name. So now i want to restore the x and y values separately. So how can i save the x,y values in a separate file.
Ex: tree = [1:2;3:4;8:9;21:22;34:35;9:10];
Now i want x values separate and y values separate. How can i do it?
댓글 수: 1
Stephen23
2015년 4월 22일
Your description is not clear: do you already have a file with this data, or are the values stored in somehow else? Are you having problems reading the file data?
If you could upload the file then we could have a look at it and tell you how to read the data from it. Don't forget to push both buttons: Choose file and Attach file.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Structures에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!