help-octave
[Top][All Lists]
Advanced

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

Re: Question


From: Samuele Zampini
Subject: Re: Question
Date: Wed, 29 Mar 2023 15:16:23 +0200

Hi,

it seems ok, in fact, I copied your code as it is and I get:

image.png

Try again,
Samuele

On Wed, Mar 29, 2023 at 3:09 PM 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

reply via email to

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