Re: This setup will not plot
Bjørn Kvamme <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <CAD-xNqq4LPuakQBtndgXMa3F1vvcQLzXk8U6VFCDQpEQ5aThmw@mail.gmail.com> |
Thank you for the response Once I changed from double precision in output print to single precision it plotted- So the D is not accepted in Octave while E-04 is strange Best regards, Bjørn ons. 5. mai 2021 kl. 16:08 skrev Nicholas Jankowski <[email protected]>: > There is no error message >>> >> > that's maybe a bigger concern. how is it there are no error messages > produced by Octave? What does your screen show after each line of input? > > 'load' expects a certain kind of data. Using D as an exponential > delimiter as Dmitri said does not work with 'load'. if you used 'dynam = > dlmread('dynam')', that line would work because dlmread is better at > deciphering files with delimited text data. >