Re: [RISOLTO] Includere file immagine da matlab

#40399
gg_eo
Partecipante
    Up
    0
    Down
    ::


    sono riuscito ad installare ma ora ho un problema, immagino di tipo sintattico; inserendo il seguente codice infatti:
    `\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]
    \plottable [x index = 0, y index = 1]{PrimoGrafico.dat}
    \end{axis}
    \end{tikxpicture}`
    Mi restituisce l’errore:
    `! Package pgfplots Error: Sorry, the supplied plot command is unknown or unsupp
    orted by pgfplots! Ignoring it..`
    Ho seguito la sintassi descritta nell’URL indicato sopra.

    Go to top