Re: This setup will not plot
Bjørn Kvamme <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <CAD-xNqr_JkL_GVk=g2Yo=S5vVsiq51Uu9f6njT8GBVfScF05jw@mail.gmail.com> |
Thank you very much Now I learned something new indeed and have been too used to Matlab in this respect Best regards, Bjørn ons. 5. mai 2021 kl. 16:23 skrev Nicholas Jankowski <[email protected]>: > dlmread is able to read that format without a problem. Checking, >> matlab2021a is able to load('dynam') as well. I don't see any particular >> reason load shouldn't be able to read it, so it may be worth a bug report. >> > > correction, it appears dlmread ignores the D. e.g., the last line in the > file is: > > 12.00000 .511026D-02 .334856D-02 .101089D-03 > > read in by matlab as: > (format long) > 12.000000000000000 0.005110260000000 0.003348560000000 > 0.000101089000000 > > but dlmread as: > > 1.200000000000000e+01 5.110260000000000e-01 3.348560000000000e-01 > 1.010890000000000e-01 > > > so, this does seem to be a compatibility bug. > >