save plots as TRC in matlab
이전 댓글 표시
I have 8 Plots and I would like to same them as trc using matlab script , Thanks
댓글 수: 3
Walter Roberson
2022년 5월 26일
You want to save an image as a Track Row Column file??
Max
2022년 5월 26일
Walter Roberson
2022년 5월 26일
편집: Image Analyst
2022년 5월 27일
Track Row Column format has no possible way to store images. TRC is only for motion tracking. You could potentially save plot() or plot3() data in such a file.
답변 (1개)
Image Analyst
2022년 5월 25일
0 개 추천
See some of the trc links on the right hand side of this page in the "See Also" section.
댓글 수: 2
Max
2022년 5월 26일
Image Analyst
2022년 5월 26일
Why does it not work? Why do you want that specific file format? Does that format even handle images? I'm not familiar with it.
카테고리
도움말 센터 및 File Exchange에서 Data Import and Export에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!