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

Unrecognized function or variable 'toC' #513

Open
AdamAtTrimble opened this issue Aug 16, 2024 · 1 comment
Open

Unrecognized function or variable 'toC' #513

AdamAtTrimble opened this issue Aug 16, 2024 · 1 comment

Comments

@AdamAtTrimble
Copy link

I am trying to get plotly offline working with matlab 2024a and I keep encountering the error

Unrecognized function or variable 'toC'.

Error in extractAxisData (line 90)
    tickLabels = toC(axisData.(axisName + "TickLabel"));

Error in updateAxis (line 76)
        [xaxis, xExponentFormat] = extractAxisData(obj,axisData, 'X');

Error in plotlyfig/update (line 779)
                    updateAxis(obj,n);

Error in plotlyfig (line 292)
                obj.update;

Error in fig2plotly (line 42)
    p = plotlyfig(varargin{:});
@AdamAtTrimble
Copy link
Author

If I switch to tag 2.5.5 the issue goes away.
The code is also quite different in extractAxisData between the two versions

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

1 participant