save plots as TRC in matlab
3 views (last 30 days)
Show older comments
I have 8 Plots and I would like to same them as trc using matlab script , Thanks
3 Comments
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.
Answers (1)
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.
2 Comments
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.
See Also
Categories
Find more on Printing and Saving in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!