help-octave
[Top][All Lists]
Advanced

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

printing mesh with unequal ranges


From: Huub van Niekerk
Subject: printing mesh with unequal ranges
Date: Fri, 1 Apr 2011 14:20:35 +0200

Hi,

I'm trying to plot a function along a meshgrid using x = 0 : 6 and y = 0 : 10, and e.g. function f = 2 * x * sin(2*pi*y) + 4 * x * cos(2*pi*y)
I'm getting the error that the matrix A^b must be square. I understand that, but then how can I get what I want? Reading the documentation it only deals with 1 variable in the function. Can somebody please tell me what mistake I make?

Thanks

reply via email to

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