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

matlab2tikz generates empty tikz-file when creating polarplot #1116

Closed
vanKey2022 opened this issue Dec 5, 2022 · 1 comment
Closed

matlab2tikz generates empty tikz-file when creating polarplot #1116

vanKey2022 opened this issue Dec 5, 2022 · 1 comment

Comments

@vanKey2022
Copy link

Hello all,

since several month I'm working with matlab2tikz and made good experiences. Right now, im trying to do a polarplot and convert it into a tikz-File to include it in Latex. The problem is, that matlab2tikz generates an empty tikz-File when creating a polarplot (see minimum example code). Does anyone have an idea how to solve the problem?

Kind regards
vanKey2022

Minimum example code, that does not work:
`
clear all

close all

theta = 0:0.01:2*pi;

rho = sin(2*theta).cos(2theta);

polarplot(theta,rho)

matlab2tikz('C:\Users\Name\Desktop\Polarplot.tikz', 'height', '5cm', 'width', '5cm');
`

@egeerardyn
Copy link
Member

See #1115

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

No branches or pull requests

2 participants