Re: Calling of functions
"James Sherman Jr." <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <CA+AHZ8RZnkv3WCBBjompdkV7HG6XXyAhYE7HM2WELsFqDvcoUg@mail.gmail.com> |
On Sat, Apr 10, 2021 at 12:32 PM swagata Mukherjee <[email protected]> wrote: > Hi All, > I am unable pass arguments during function calling. > > Getting following error message > [image: 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
image.png
(image/png, 3.8 KB) - not displayed