Search found 3 matches

by Andreasdreas
Wed Dec 12, 2012 11:33 am
Forum: Graphics, Figures & Tables
Topic: Missing Axes Labels in Plot from Matlab
Replies: 5
Views: 15437

Missing Axes Labels in Plot from Matlab


I should have asked for the EPS file because this question can only be answered if we have the EPS file present and can test its behaviour when included in a document. So, please attach the EPS file to your next post (no need to put it into an archive since the server accepts EPS).
epsFig.eps ...
by Andreasdreas
Sun Dec 09, 2012 6:16 pm
Forum: Graphics, Figures & Tables
Topic: Missing Axes Labels in Plot from Matlab
Replies: 5
Views: 15437

Missing Axes Labels in Plot from Matlab

Thanks for the respond.

My teammates can when they run the LaTeX script see the graph with scales and labels on the axis. So its only on my computer the problem is. (We share the files with Dropbox).

Is it possible to get color on the graphs in the PDF created by LaTeX?

I have installed ...
by Andreasdreas
Thu Dec 06, 2012 1:32 pm
Forum: Graphics, Figures & Tables
Topic: Missing Axes Labels in Plot from Matlab
Replies: 5
Views: 15437

Missing Axes Labels in Plot from Matlab

I have a problem including a graph I have made in Matlab in my LaTeX code. I can get the graph by running the LaTeX code, but the labels of the axis and the scale of the axis is not taken with. Here is what I have done.

My matlab-script is like so:
XYdata=xlsread('TEK0.xls');
voltage=XYdata(:,2 ...