Search found 5 matches

by jacql
Wed Aug 28, 2013 10:51 pm
Forum: Graphics, Figures & Tables
Topic: Tikz for matlab plots - randomly fails
Replies: 9
Views: 11424

Tikz for matlab plots - randomly fails

If you mean the suggestion about converting it to CSV files for pgfplots, I admit that I wasn't sure how to respond to that. Unless I misunderstood what you're saying (which is always possible :) that sounds like it would simply bypass the problem, which is specific to tikz. But please feel free to ...
by jacql
Wed Aug 28, 2013 5:02 pm
Forum: Graphics, Figures & Tables
Topic: Tikz for matlab plots - randomly fails
Replies: 9
Views: 11424

Re: Tikz for matlab plots - randomly fails

Unfortunately, it seems this problem is one where making a self-contained minimal example is not possible and also takes much more than just half an hour (I've just spent over 3 hours on it and now the .tex file is too big to attach). It is very elusive and I have encountered several red herrings ...
by jacql
Wed Aug 28, 2013 1:20 pm
Forum: Graphics, Figures & Tables
Topic: Tikz for matlab plots - randomly fails
Replies: 9
Views: 11424

Re: Tikz for matlab plots - randomly fails

Update: I have discovered that the small, squashed up image is due to not resetting the figure dimensions just before calling, however this still does not resolve the problem of some images just not forming at all.

When I isolate each tikz input into its own .tex file and include only this file ...
by jacql
Wed Aug 28, 2013 1:18 pm
Forum: Graphics, Figures & Tables
Topic: Tikz for matlab plots - randomly fails
Replies: 9
Views: 11424

Tikz for matlab plots - randomly fails

Fair enough - I just wasn't sure which code bits to display and was hoping someone would recognise it as a similar problem.

In my main project .tex file, I have:
%% Packages for Graphics & Figures %%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{graphicx} %%For loading graphic files
\usepackage{caption ...
by jacql
Wed Aug 28, 2013 11:49 am
Forum: Graphics, Figures & Tables
Topic: Tikz for matlab plots - randomly fails
Replies: 9
Views: 11424

Tikz for matlab plots - randomly fails

I apologise for the long essay, but it's an obscure error with no useful messages.

I'm writing up my thesis and want to include a lot of MATLAB plots. I'm using matlab2tikz to export the plots into tikz files and, for those which work, they look fabulous in the LaTeX result, so I'd really like to ...