Search found 10 matches

by hologfx
Mon Aug 30, 2010 11:07 pm
Forum: Page Layout
Topic: 2nd document, ONLY graphicindex + graphics
Replies: 0
Views: 972

2nd document, ONLY graphicindex + graphics

hello, i'm writing my thesis with a lot of graphics. my idea now is to create a 2nd document, in which i only print a graphic table and the graphics. of course with own page numbering. so during reading the reader doesn't has to browse all the time. there will be 5-10 matlab figures in each section ...
by hologfx
Sun Aug 08, 2010 10:53 am
Forum: General
Topic: "-shell -escape" error / inserting matlab .eps plot
Replies: 18
Views: 16247

"-shell -escape" error / inserting matlab .eps plot

i did not use any data files ?! ;o

---------------------------------------------------

maybe this ?

clear all; close all; clc;
plot(hamming(1000))
hold on
plot(hanning(1000),'g')
plot(blackman(1000),'r')
plot(kaiser(1000,2.5),'k')
plot(chebwin(1000),'m')
plot(bartlett(1000),'c')
legend('hamming ...
by hologfx
Sat Aug 07, 2010 10:52 pm
Forum: General
Topic: "-shell -escape" error / inserting matlab .eps plot
Replies: 18
Views: 16247

Re: "-shell -escape" error / inserting matlab .eps plot

i just zipped the img folder

im sure you cant use your usual graphics pack because of the missing plot text (included in the .tex files)

ah, just try it ;o

-----

dont complain about stupid text and strange plot textes :)
by hologfx
Sat Aug 07, 2010 5:06 pm
Forum: General
Topic: "-shell -escape" error / inserting matlab .eps plot
Replies: 18
Views: 16247

"-shell -escape" error / inserting matlab .eps plot

actually i'm doing this:

matlab plot export to .eps + .tex with matlabfrag

include them:


\documentclass[a4paper]{scrartcl}
\usepackage{ngerman}
\usepackage[latin9]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{pstool}
\usepackage{makeidx}
\usepackage[ps2pdf,bookmarksnumbered]{hyperref ...
by hologfx
Thu Aug 05, 2010 11:16 am
Forum: General
Topic: "-shell -escape" error / inserting matlab .eps plot
Replies: 18
Views: 16247

Re: how to set: "-shell -escape" ? (inserting matlab eps plo

how to export these datasets? i'm not that into matlab at all ;o
by hologfx
Wed Aug 04, 2010 10:23 pm
Forum: General
Topic: "-shell -escape" error / inserting matlab .eps plot
Replies: 18
Views: 16247

"-shell -escape" error / inserting matlab .eps plot

okay, noone helps me any further but i got a few steps on it!


%
% Beispiel 1
%
\documentclass[pdftex,a4paper]{scrartcl}
\usepackage{ngerman}
\usepackage{graphicx}
\usepackage{epsfig}
\usepackage{rotating}
\usepackage{epstopdf}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc ...
by hologfx
Tue Aug 03, 2010 10:37 am
Forum: General
Topic: "-shell -escape" error / inserting matlab .eps plot
Replies: 18
Views: 16247

"-shell -escape" error / inserting matlab .eps plot

okay...

maybe you can teach me the exact way to go for my needs.

i want to use this nice option with .tex & .eps file, generated with matlabfrag from a plot/figure so i have the labeling the latex way

i'm using TeXnic in newest version and MiKTeX 2.8.

i have a .tex body like shown above, it this ...
by hologfx
Tue Aug 03, 2010 10:17 am
Forum: General
Topic: "-shell -escape" error / inserting matlab .eps plot
Replies: 18
Views: 16247

Re: how to set: "-shell -escape" ? (inserting matlab eps plo

thanks again,

i know how to screen single windows but i wanted to save the error message as well (therefor the larger screen...)

ok, now that -shell-escape question is cleared but im still getting A LOT errors when pressing F7

shall i open a new thread?

see attached file

i think there might be ...
by hologfx
Tue Aug 03, 2010 9:49 am
Forum: General
Topic: "-shell -escape" error / inserting matlab .eps plot
Replies: 18
Views: 16247

"-shell -escape" error / inserting matlab .eps plot

hello & good morning ;o

thanks for your answer!

just tried your tip and still getting an error:

(see attached screen)

Image


sorry for taking external hoster but the screenshot is too large

edit:

ah, ok. without space between shell & escape ...
by hologfx
Mon Aug 02, 2010 11:26 pm
Forum: General
Topic: "-shell -escape" error / inserting matlab .eps plot
Replies: 18
Views: 16247

"-shell -escape" error / inserting matlab .eps plot

Hello Texers

I'm new to this and i'm having some trouble.

i just installed miktex and texniccenter (newest versions) and i want to write my thesis in tex. [im running win7 64bit with acrobat pro 9]
i'm using matlab and found a tool to save screens to .eps & .tex file (matlabfrag.m - http://www ...