Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

how do i convert a .mat file to .ctc file?

1 vue (au cours des 30 derniers jours)
Elena Dominguez
Elena Dominguez le 23 Août 2016
Clôturé : MATLAB Answer Bot le 20 Août 2021
I am using a program called Catalytic to fix video tracking errors and in order to use it I need to convert my files to .ctc. I was told to use: ctcFileFromMotrFiles(<ctcFileName>, videoFileName,<motrTrackFileName>, pxPerMm) but I have no idea what this means or how to do it. Keep in mind I know nothing of Matlab. I fill in the href = ""</a> with the file names and its telling me either I can't use "_" or "unexpected matlab operator". What shall I do?

Réponses (1)

Natch Ruengsakulrach
Natch Ruengsakulrach le 1 Sep 2016
Unfortunately, there is currently no built-in function that converts from “.mat” to “.ctc”, so you will either need to look that up on File Exchange or write your own function. However, just in case you find it useful, there is a way to convert “.mat” to other formats such as “.txt” and “.csv” using “dlmwrite” and “csvwrite”, respectively.
https://www.mathworks.com/matlabcentral/answers/195151
You may need to ask the author of this submission regarding the usage of “ctcFileFromMotrFiles”.

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by