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
Walter Roberson 2022년 5월 26일
You want to save an image as a Track Row Column file??
Max
Max 2022년 5월 26일
yes
Walter Roberson
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
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.
Or else just use exportgraphics to save your plots, like most people do.

댓글 수: 2

Max
Max 2022년 5월 26일
I would like to save it as trc in a folder and exportgraphics doesnt help me , Thanks
Image Analyst
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에 대해 자세히 알아보기

제품

릴리스

R2022a

질문:

Max
2022년 5월 25일

편집:

2022년 5월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by