help-octave
[Top][All Lists]
Advanced

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

Re: Calling of functions


From: James Sherman Jr.
Subject: Re: Calling of functions
Date: Sat, 10 Apr 2021 13:21:02 -0400


On Sat, Apr 10, 2021 at 12:32 PM swagata Mukherjee <swagata123456@gmail.com> wrote:
Hi All,
I am unable pass arguments during function calling. 

Getting following error message
image.png

will appreciate help on this.

Regards,
Swagata


Hi Swagata,

You need to actually give values for x and theta, when you call the function, like this

abc2dq([1 2 3], pi)

Also, just a heads up, but octave is case sensitive.

Hope this helps,

James Sherman

reply via email to

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