help-octave
[Top][All Lists]
Advanced

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

Re: Question


From: Doug Stewart
Subject: Re: Question
Date: Wed, 29 Mar 2023 09:24:17 -0400

Try addin g a drawnow function at the end of your function.


On Wed, 29 Mar 2023 at 09:09, Miguel Luque <migueluque@gmail.com> wrote:
Hello good evening. Could you help me? I try to graph in Octave but nothing appears on the graph screen.

x = -10:0.1:10;
plot (x, sin (x));
xlabel ("x");
ylabel ("sin (x)");
title ("Simple 2-D Plot");


Ing. Estuardo M. Luque
Cel: 4205-8526

----------
We are transitioning to a web based forum
for community help discussions at
https://octave.discourse.group/c/help


--
DASCertificate for 206392


reply via email to

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