Re: This setup will not plot
"Dmitri A. Sergatskov" <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <CAO+XyQJj7zUzkZaHZ-ZfcJbqvMLvicNFKuvPJEsjcA4Upm=ugg@mail.gmail.com> |
On Wed, May 5, 2021 at 8:55 AM bjkvamme <[email protected]> wrote: > load dynam > > x2=dynam(:,1) > y2=dynam(:,4) > > plot(x2,y2,'-k') > xlabel('Distance from liquid (Å)','fontsize',10) > ylabel('Diffusivity ratio: D/Dliquid)','fontsize',10) > set(gca,'fontsize',10) > > There is no error message > > Data file is here: > > .00000 .317255D-04 .364971D-03 .996509D+00 > .04013 .441989D-04 .368195D-03 .908369D+00 > Are you *sure* there is no error message? I got "error: load: failed to read matrix from file 'dynam'" If I replace "D" with "e" it works just fine. Regards, Dmitri. --
bjkvamme_plot.png
(image/png, 26.7 KB) - not displayed