save plots as TRC in matlab

I have 8 Plots and I would like to same them as trc using matlab script , Thanks

3 Kommentare

Walter Roberson
Walter Roberson am 26 Mai 2022
You want to save an image as a Track Row Column file??
Max
Max am 26 Mai 2022
yes
Walter Roberson
Walter Roberson am 26 Mai 2022
Bearbeitet: Image Analyst am 27 Mai 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.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Image Analyst
Image Analyst am 25 Mai 2022

0 Stimmen

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 Kommentare

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

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Printing and Saving finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2022a

Gefragt:

Max
am 25 Mai 2022

Bearbeitet:

am 27 Mai 2022

Community Treasure Hunt

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

Start Hunting!

Translated by