Re: [RISOLTO] Includere file immagine da matlab

#40400
gg_eo
Partecipante
    Up
    0
    Down
    ::


    il codice corretto è:
    `\begin{tikzpicture}
    \begin{axis}[ymin=-30,xmin=0,xlabel={tempo [h]},ylabel = {Massa [kmol]},title={Dinamica di substrato e biomassa},legend entries={Biomassa,Substrato}]
    \addplot[red,mark=asterisk]
    plot table [x index = 0, y index = 1] {PrimoGrafico.dat};
    \end{axis}
    \end{tikzpicture}`

    Stasera sto facendo tutto da solo 😀

    Go to top