octave-maintainers
[Top][All Lists]
Advanced

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

Re: need test run in Matlab


From: Burgers, A.R. (Teun)
Subject: Re: need test run in Matlab
Date: Tue, 23 Apr 2019 19:15:59 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

Op 22-4-2019 om 22:12 schreef John W. Eaton:
In a recent version of Matlab, what do the attached scripts do?

With the attached scripts in your load path, could someone please try the following commands in Matlab and report the results here.

   ascript   %% Error about code after local function
             %% definition or something else?

   bscript   %% Expect nothing.
   bscript1  %% Error about undefined function (assume
             %% local function is not accessible outside
             %% of script)?

Thanks,

jwe

>> version
ans = '9.5.0.1049112 (R2018b) Update 3'

>> ascript
Error: File: ascript.m Line: 8 Column: 1
Function definitions in a script must appear at the end of the file.
Move all statements after the "ascript1" function definition to before the first local function definition.

>> bscript

>> bscript1
Undefined function or variable 'bscript1'.




reply via email to

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