save plots as TRC in matlab
Afficher commentaires plus anciens
I have 8 Plots and I would like to same them as trc using matlab script , Thanks
3 commentaires
Walter Roberson
le 26 Mai 2022
You want to save an image as a Track Row Column file??
Max
le 26 Mai 2022
Walter Roberson
le 26 Mai 2022
Modifié(e) : Image Analyst
le 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.
Réponses (1)
Image Analyst
le 25 Mai 2022
0 votes
See some of the trc links on the right hand side of this page in the "See Also" section.
2 commentaires
Max
le 26 Mai 2022
Image Analyst
le 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.
Catégories
En savoir plus sur Printing and Saving dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!