help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: This setup will not plot


From: Bjørn Kvamme
Subject: Re: This setup will not plot
Date: Wed, 5 May 2021 16:10:57 +0200

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 <jankowskin@asme.org>:
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.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]