|
From: | Doug Stewart |
Subject: | Re: max_recursion_depth exceeded |
Date: | Sat, 12 Oct 2019 10:56:00 -0400 |
We're basically working blind here because we have no idea what's in the file and what changes you've made. If you don't share your code, it will be very difficult for anyone to help.- Brett Green
On Sat, Oct 12, 2019 at 10:47 AM Harishkumar U <address@hidden> wrote:Correct. Now when I open the file some functions inside aren't working like sound(file, fs),wavwrite(file, fs, file.wav)On Sat 12 Oct, 2019 19:52 Brett Green, <address@hidden> wrote:Did you rename the function as well, or only the files? It sounds like you redefined "sin" in the file " test_function.m".- Brett GreenOn Sat, Oct 12, 2019 at 10:12 AM Harishkumar U <address@hidden> wrote:I renamed the files, though still getting an error messageRegards,HarishOn Thu, Oct 10, 2019 at 2:02 AM Doug Stewart <address@hidden> wrote:On Wed, Oct 9, 2019 at 2:52 PM harish3679 <address@hidden> wrote:Hi folks, Any value I pass to sin function its prompting an error message.
While opening octave there is also a warning message
warning: function .\test_function.m shadows a built-in function
sin(2*pi)
error: max_recursion_depth exceeded
error: called from
sin at line 30 column 4
--
Sent from: https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
did you make a function named sin.m?usewhich sinto find out what version is being called.--
[Prev in Thread] | Current Thread | [Next in Thread] |