Undefined function or variable 'm2tUpdater'. Error in matlab2tikz (line 328) isUpdateInstalled = m2tUpdater(...

2 views (last 30 days)
What does it mean regarding matlab2tikz
  2 Comments
Philipp Mueller
Philipp Mueller on 13 Sep 2016
matlab2tikz();
sphere(30);
title('a sphere: x^2+y^2+z^2');
xlabel('x');
ylabel('y');
zlabel('z');
axis equal
%matlab2tikz('mysphere.tikz', 'height', '\figureheight', 'width', '\figurewidth');
Stephen23
Stephen23 on 13 Sep 2016
Edited: Stephen23 on 13 Sep 2016
@Philipp Mueller: seeing as you are using the answer that I gave to your last question, perhaps you might like to be so polite and actually accept that answer?
Go to the FEX page that I linked to, click the "Download Zip" button in the top right hand corner. You will need to add all of those files to your MATLAB path.

Sign in to comment.

Answers (0)

Categories

Find more on MATLAB Report Generator in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!