help-octave
[Top][All Lists]
Advanced

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

Re: Error message


From: Doug Stewart
Subject: Re: Error message
Date: Thu, 11 Aug 2022 13:21:26 -0400

Your code works for me.
Try 
clear

or clear all



On Thu, 11 Aug 2022 at 13:11, Mazen Mikha <mmikha823@gmail.com> wrote:
Octave is running on Ubuntu 22.04.
This error message is generated when trying to plot,

eml_allow_mx_inputs


here is an example of the script
x = -10:0.1:10;
plot (x, sin (x));
xlabel ("x");
ylabel ("sin (x)");
title ("Simple 2-D Plot");
Any help would be appreciated




----------
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]