help-octave
[Top][All Lists]
Advanced

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

Error message


From: Mazen Mikha
Subject: Error message
Date: Thu, 11 Aug 2022 11:35:18 -0500

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




reply via email to

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