save plots as TRC in matlab

3 views (last 30 days)
Max
Max on 25 May 2022
Edited: Image Analyst on 27 May 2022
I have 8 Plots and I would like to same them as trc using matlab script , Thanks
  3 Comments
Walter Roberson
Walter Roberson on 26 May 2022
Edited: Image Analyst on 27 May 2022
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.

Sign in to comment.

Answers (1)

Image Analyst
Image Analyst on 25 May 2022
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 Comments
Max
Max on 26 May 2022
I would like to save it as trc in a folder and exportgraphics doesnt help me , Thanks
Image Analyst
Image Analyst on 26 May 2022
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.

Sign in to comment.

Categories

Find more on Printing and Saving in Help Center and File Exchange

Products


Release

R2022a

Community Treasure Hunt

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

Start Hunting!