Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error occurs when calling plotCompTrack / Can not open result movies #13

Open
yiqiz2 opened this issue Mar 24, 2023 · 1 comment
Open

Comments

@yiqiz2
Copy link

yiqiz2 commented Mar 24, 2023

I used the MovieSelectorGUI for analysis. As I tried to follow the visualization instructions and call the function plotCompTrack, an error occurred and gave me the following message:

Error using inputParserRetrofit/parse (line 190)
The value of 'trackedFeatureInfo' is invalid. It must satisfy the function: @(s)isstruct(s)||isnumeric(s).

Error in inputParserRetrofit/subsref (line 116)
[varargout{1:nargout}] = builtin('subsref',obj,S);

Error in plotCompTrack (line 82)
ip.parse(trackedFeatureInfo, varargin{:});

Is there anyone could bring me some insights on this?

At the same time, I also noticed that I was unable to open the .mov movie generated by the function. Is there anyone know what might be the cause of this?

@DanuserLab
Copy link
Owner

Thank you for reaching out and providing detailed information about the issue you're encountering.

For the error with the plotCompTrack function, we were unable to reproduce this problem on our end. Could you please double-check the inputs you're providing to the plotCompTrack function and ensure they meet the expected format? As well check the output of your scriptTrackGeneral.

Regarding the issue with opening the .mov files, this problem arises from changes in internal functions starting from Matlab version 2021a. If you are using Matlab 2021a or later, the generated .mov files might not open correctly. We are currently working on a fix for this. In the meantime, we recommend using the .avi option in our viewer GUI, which works without any issues.

Thank you for your understanding and patience. If you have any further questions or need additional assistance, please don't hesitate to ask.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants